From fdad3fe1fa17377f7b642aa2680ff3969a887441 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 19 Oct 2018 11:04:47 -0400 Subject: [PATCH] Change default cursor shape to pointer in bspwm This is required if you want to get rid of the X shaped cursor that shows by default for programs that don't specify a specific cursor. --- .config/bspwm/bspwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7973bf8f..bfc56d41 100644 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -40,6 +40,9 @@ xmodmap ~/.xmodmap # Make caps lock (left ctrl) work as escape xcape -e 'Control_L=Escape' +# Change the default X shaped cursor to a pointer +xsetroot -cursor_name left_ptr + # Set a temporary black background to avoid flash ~/.config/feh/tile.sh 000000