diff options
Diffstat (limited to 'config/x11/xinitrc')
| -rwxr-xr-x | config/x11/xinitrc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index dfe9ab6..41c1e93 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,13 +1,15 @@ #!/bin/sh -keynav daemonize # moving the cursor around without the mouse -redshift & # filter blue light -dunst & # notification daemon # certain event cause rate to reset (https://wiki.archlinux.org/title/Xorg/Keyboard_configuration) # -ardelay milliseconds # -arinterval milliseconds xset r rate 200 50 # delay before keyrepeat and keyrepeat rate + +keynav daemonize # moving the cursor around without the mouse +redshift & # filter blue light +dunst & # notification daemon unclutter --timeout 10 --fork # hide mouse after 2s +clout push-watch & # could with rsync case "$(cat /etc/hostname)" in cacharle-main) |
