mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix default 'X'-shaped cursor
This commit is contained in:
parent
b6ca83ee27
commit
000a960006
|
@ -43,3 +43,6 @@ udiskie -A -s &
|
||||||
# Enable running applications from chroot
|
# Enable running applications from chroot
|
||||||
xhost +local:
|
xhost +local:
|
||||||
|
|
||||||
|
# Change x shaped default cursor (fonts are located in /usr/include/X11/cursorfont.h)
|
||||||
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue