diff options
| -rwxr-xr-x | startup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |