aboutsummaryrefslogtreecommitdiff
path: root/dot_xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_xprofile')
-rw-r--r--dot_xprofile2
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"