aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstartup3
1 files changed, 3 insertions, 0 deletions
diff --git a/startup b/startup
index d1c9dc6..d2272e9 100755
--- a/startup
+++ b/startup
@@ -19,3 +19,6 @@ if [ ! -z "$(ps aux | grep compton | grep -v grep)" ] ; then
fi
nohup compton & > /dev/null
+
+# Set the cursor to not be a big X
+xsetroot -cursor_name left_ptr