less forking in xinitrc

This commit is contained in:
Felix Van der Jeugt 2018-06-26 15:37:34 +02:00
parent 591b8b513f
commit b0b2c51729
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 5 additions and 3 deletions

View File

@ -5,12 +5,14 @@ forklog() {
$* 2>&1 | logger &
}
xset dpms 0 0 50 s off
xset r rate 300 55
xsetroot -solid "#002a3b"
forklog xcape -t 80 -e 'Super_L=Scroll_Lock;Shift_L=Escape;Alt_L=Control_R|G'
forklog xautolock -time 1 -locker slock
forklog redshift -l 51.2:3.75
forklog xset dpms 0 0 50 s off
forklog xset r rate 300 55
xsetroot -solid "#002a3b"
exec dwm
exec valgrind --extra-debuginfo-path=/data/programming/dwm/ --track-origins=yes --leak-check=full --show-leak-kinds=all dwm