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:
parent
193a152ff6
commit
fdad3fe1fa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user