home: bspwm: set cursor

This commit is contained in:
Guanran Wang 2024-01-06 08:21:00 +08:00
parent b3e0934e60
commit ca391704a8
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -67,6 +67,9 @@
unset f
fi
# https://wiki.archlinux.org/title/Cursor_themes#Change_X_shaped_default_cursor
xsetroot -cursor_name left_ptr
exec bspwm
'';
}