diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-11-15 11:10:56 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-11-15 11:10:56 +0100 |
| commit | f4c18337327229371156b457f01fa666a056d84c (patch) | |
| tree | cc8df5a60c81443e1bba49858337b14a192db612 /config/x11/xinitrc | |
| parent | 9f4defc6886f1a129da78c991221ba263870ff56 (diff) | |
| download | dotfiles-f4c18337327229371156b457f01fa666a056d84c.tar.gz dotfiles-f4c18337327229371156b457f01fa666a056d84c.tar.bz2 dotfiles-f4c18337327229371156b457f01fa666a056d84c.zip | |
Add toggle-screenkey script
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 |
