forked from pub-solar/os
sway: fix cursor not scaling correctly
This commit is contained in:
parent
848a0dd0a5
commit
c3c7b63d73
|
@ -11,3 +11,6 @@ exec_always import-gtk-settings \
|
||||||
gtk-theme:gtk-theme-name \
|
gtk-theme:gtk-theme-name \
|
||||||
icon-theme:gtk-icon-theme-name \
|
icon-theme:gtk-icon-theme-name \
|
||||||
cursor-theme:gtk-cursor-theme-name
|
cursor-theme:gtk-cursor-theme-name
|
||||||
|
|
||||||
|
# Workaround to fix cursor scaling, see https://github.com/swaywm/sway/issues/4112
|
||||||
|
seat seat0 xcursor_theme Adwaita
|
||||||
|
|
Loading…
Reference in a new issue