From 6e28528fc55282f314122b4223cbc7b5b227bc74 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 18 Aug 2019 19:25:49 -0700 Subject: [PATCH] Updated GTK 3 settings on Wayland (markdown) --- GTK-3-settings-on-Wayland.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GTK-3-settings-on-Wayland.md b/GTK-3-settings-on-Wayland.md index d3bb82f..582e318 100644 --- a/GTK-3-settings-on-Wayland.md +++ b/GTK-3-settings-on-Wayland.md @@ -12,6 +12,8 @@ Cursor themes can be set in GTK for now, but a better solution in the future is If you only care about your GTK theme, you can export the `GTK_THEME` environment variable before running your GTK programs. While this is quite simple, it's also fairly limited, since there are no environment variables to set other settings, like icon/cursor themes. +This also may cause issues with applications reading the theme from `GtkSettings` as this is a development environment variable and does not change that value. + ### Setting values in `gsettings` The proper workaround is to call `gsettings set org.gnome.desktop.interface ` yourself at any point before starting any GTK program, for each setting that you want set. A good place to do so is either your shell's rc files, or using `exec` in your sway config.