diff options
Diffstat (limited to 'dot_xprofile')
-rw-r--r-- | dot_xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_xprofile b/dot_xprofile index fe509a4..bf56cba 100644 --- a/dot_xprofile +++ b/dot_xprofile @@ -7,7 +7,7 @@ xset r rate 300 50 & # Speed xrate up #unclutter & # Remove mouse when idle #dunst & # dunst for notifications -autostart="xcompmgr dunst unclutter" +autostart="xcompmgr dunst" #unclutter" for program in $autostart; do pidof -s "$program" || setsid -f "$program" |