aboutsummaryrefslogtreecommitdiff
path: root/config/x11
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-07-25 10:33:00 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-07-25 10:33:00 +0200
commit578b88abc88697409f4885f47ef2c4754201ef7f (patch)
tree5d80a46e74a0ef2e30cdd953c24c6b091a04f334 /config/x11
parentfcf2ba989bcbe5c79da6177c48e5b973ce735211 (diff)
downloaddotfiles-578b88abc88697409f4885f47ef2c4754201ef7f.tar.gz
dotfiles-578b88abc88697409f4885f47ef2c4754201ef7f.tar.bz2
dotfiles-578b88abc88697409f4885f47ef2c4754201ef7f.zip
Updated clout script, new fully functionning
Diffstat (limited to 'config/x11')
-rwxr-xr-xconfig/x11/xinitrc8
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)