Updated GTK 3 settings on Wayland (markdown)

danieldg 2024-05-21 10:02:34 -04:00
parent f9543573d1
commit 78e7fcc528

@ -4,7 +4,7 @@ This happens because when GTK+ uses the wayland backend, a subset of variables a
This only applies for settings that belong to `org.gnome.desktop.interface`. Some settings, like `gtk-application-prefer-dark-theme`, are still read from your `settings.ini`.
Cursor themes can be set in GTK for now, but a better solution in the future is to let sway handle it for you. See [this wlroots issue](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/1324) tracking the status of this feature.
Cursor themes can be set in GTK for now, but a better solution is to let sway handle it for you. Support for [the cursor shape protocol](https://wayland.app/protocols/cursor-shape-v1) has been [merged](https://github.com/swaywm/sway/pull/7571). You also need clients to use the protocol.
## Workarounds