From 578b88abc88697409f4885f47ef2c4754201ef7f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Jul 2021 10:33:00 +0200 Subject: Updated clout script, new fully functionning --- config/x11/xinitrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config') 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) -- cgit