From 638519a2c22844d3b5ff761cef29c6f179cb4d0c Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 21 May 2024 10:07:26 -0400 Subject: [PATCH] Updated GTK 3 settings on Wayland (markdown) --- GTK-3-settings-on-Wayland.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTK-3-settings-on-Wayland.md b/GTK-3-settings-on-Wayland.md index 2827409..92e9a7c 100644 --- a/GTK-3-settings-on-Wayland.md +++ b/GTK-3-settings-on-Wayland.md @@ -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 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. +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) and is in sway 1.9. You also need clients to use the protocol (which usually depends on their toolkit library version). ## Workarounds