blob: da27e4b1f156ef300f849c4724dffbae45cf00ba (
plain)
1
2
3
4
5
6
|
#!/bin/sh
host=`hostname` && [ -f ~/.config/x11/Xresources.$host ] && xrdb -merge -I$HOME ~/.config/x11/Xresources.$host &
seasonalwallpaper &
xkeyconf &
unclutter -noevents &
redshift &
|