xorg-twm: tweak how xsetroot specifies the default cursor

This commit is contained in:
Protesilaos Stavrou 2025-07-27 10:55:05 +03:00
parent 9fd79d4154
commit 9f7fd64618
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -98,7 +98,8 @@ _check picom && picom --config /dev/null -r 3 -o 0.55 -l -2 -t -2 \
_check xsettingsd && xsettingsd -c "$HOME"/.config/xsettingsd/xsettingsd.conf &
# Use the same cursor everywhere
_check xsetroot && xsetroot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 16
_check xsetroot && xsetroot -cursor_name left_ptr
# _check xsetroot && xsetroot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 16
# Load my Xresources
_check xrdb && [ -f "$HOME"/.Xresources ] && xrdb -I "$HOME" -merge "$HOME"/.Xresources