diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-11-21 09:40:26 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-11-21 09:40:26 +0100 |
| commit | 01f55c6e0a6005bbb051246cd08af49e09fd137c (patch) | |
| tree | c451448d805c01238aacefd326385ab8c6176e09 /config/x11/xinitrc | |
| parent | 55cce52d4a754e6275059b3ee516536a35a7721e (diff) | |
| parent | d73f7e2c84bd6dcb107691055acc5bf68b5b733f (diff) | |
| download | dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.tar.gz dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.tar.bz2 dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to 'config/x11/xinitrc')
| -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 |
