diff options
Diffstat (limited to 'config')
| -rwxr-xr-x | config/x11/xinitrc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index fb35c3a..23a602e 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -2,12 +2,11 @@ # xinput disable 'ETPS/2 Elantech Touchpad' & -echo 'Starting redshift' -redshift & -echo 'Starting dunst' -dunst & -xset r rate 200 50 -# pulseaudio -D +redshift & # filter blue light +dunst & # notification daemon +xset r rate 200 50 # delay before keyrepeat and keyrepeat rate +unclutter --timeout 2 --fork # hide mouse after 2s + case "$(cat /etc/hostname)" in cacharle-main) |
