1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2018-10-19 11:04:47 -04:00
parent 193a152ff6
commit fdad3fe1fa
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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