mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-30 17:48:40 +01:00
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
|
# Make caps lock (left ctrl) work as escape
|
||||||
xcape -e 'Control_L=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
|
# Set a temporary black background to avoid flash
|
||||||
~/.config/feh/tile.sh 000000
|
~/.config/feh/tile.sh 000000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user