aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstartup2
1 files changed, 1 insertions, 1 deletions
diff --git a/startup b/startup
index f44bd4b..3fdd16f 100755
--- a/startup
+++ b/startup
@@ -18,7 +18,7 @@ if [ ! -z "$(ps aux | grep compton | grep -v grep)" ] ; then
killall compton
fi
-nohup compton & > /dev/null
+nohup compton --backend glx --paint-on-overlay & > /dev/null
# Set the cursor to not be a big X
xsetroot -cursor_name left_ptr