From 955ab19496869e7f8d1c244a975346e45370cee1 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 4 Feb 2020 13:52:55 -0700 Subject: Set the cursor to be a normal left pointer instead of an X --- startup | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit