diff options
Diffstat (limited to 'config/x11')
| -rwxr-xr-x | config/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index d883219..452dd5d 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,10 +1,10 @@ #!/bin/sh -keynav daemonize # moving the cursor around without the mouse +#keynav daemonize # moving the cursor around without the mouse redshift & # filter blue light dunst & # notification daemon unclutter --timeout 10 --fork # hide mouse after 10s -clout push-watch & # could with rsync +#clout push-watch & # could with rsync xrdb "$XDG_CONFIG_HOME/x11/Xresources" syncthing --no-browser > ~/.cache/syncthing.log 2>&1 & hsetroot -add '#111' -add '#222' -gradient 180 |
