i3locker-fancy and move urxvtd to service file
This commit is contained in:
parent
ea7002e4f6
commit
4ee93a5380
8
config/systemd/user/urxvtd.service
Normal file
8
config/systemd/user/urxvtd.service
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Rxvt Unicode Daemon
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/urxvtd
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
3
xinitrc
3
xinitrc
@ -32,14 +32,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# For now, start stuff here
|
# For now, start stuff here
|
||||||
urxvtd &
|
|
||||||
redshift &
|
redshift &
|
||||||
dunst &
|
dunst &
|
||||||
xcape -e 'Super_L=Scroll_Lock;Shift_L=Escape'
|
xcape -e 'Super_L=Scroll_Lock;Shift_L=Escape'
|
||||||
# screen locking
|
# screen locking
|
||||||
xset dpms 0 0 50 &
|
xset dpms 0 0 50 &
|
||||||
xset s off &
|
xset s off &
|
||||||
xautolock -time 1 -locker slock &
|
xautolock -time 1 -locker i3lock-fancy &
|
||||||
|
|
||||||
# Start herbstluftwm in locked mode. Is unlocked after autostart.
|
# Start herbstluftwm in locked mode. Is unlocked after autostart.
|
||||||
exec herbstluftwm --locked
|
exec herbstluftwm --locked
|
||||||
|
Loading…
Reference in New Issue
Block a user