configuration/xinitrc

20 lines
501 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
2018-10-08 13:37:34 +02:00
forklog feh --bg-fill $(find /data/pictures/background-source/ -type f | sort -R | head)
forklog xcape -t 80 -e 'Shift_L=Escape;Alt_L=Control_R|G'
2016-09-21 17:24:17 +02:00
forklog xautolock -time 1 -locker slock
2016-11-05 03:11:18 +01:00
forklog redshift -l 51.2:3.75
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