configuration/xinitrc

18 lines
393 B
Plaintext
Raw Normal View History

2015-04-18 21:28:33 +02:00
#!/bin/sh
# Forking graphical programs
forklog() {
2015-05-04 20:24:23 +02:00
$* 2>&1 | logger &
2015-04-18 21:28:33 +02:00
}
2018-06-26 15:37:34 +02:00
xset dpms 0 0 50 s off
xset r rate 300 55
2018-09-13 09:41:04 +02:00
# xsetroot -solid "#002a3b"
2018-06-26 15:37:34 +02:00
forklog feh --bg-fill $(find -L /data/pictures/background-source/ -type f | sort -R | head)
forklog redshift
2015-04-18 21:28:33 +02:00
2018-06-26 15:37:34 +02:00
exec dwm
exec valgrind --extra-debuginfo-path=/data/programming/dwm/ --track-origins=yes --leak-check=full --show-leak-kinds=all dwm