less forking in xinitrc
This commit is contained in:
parent
591b8b513f
commit
b0b2c51729
8
xinitrc
8
xinitrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user