diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ lxsession & inputset & -while true; do xsetroot -name "$(stats)"; sleep 10; done & +while true; do xsetroot -name "$(stats)"; sleep 5; done & while true; do weather get; sleep 600; done & for f in /etc/X11/xinit/xinitrc.d/?*.sh; do @@ -11,7 +11,7 @@ for f in /etc/X11/xinit/xinitrc.d/?*.sh; do done unset f -copyq & +# copyq & redshift -l 48.5:9.1 & touchegg & |