mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
xorg-twm: tweak how xsetroot specifies the default cursor
This commit is contained in:
parent
9fd79d4154
commit
9f7fd64618
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue