repos/wm-scheme-toggle

generic window manager scheme toggler
Commits Files Refs README LICENSE
commit 9c866a64c8442e5000b303e07f9b823779354dcd
parent af2cf78c9dd05c43e89e25cc0dfe9a08f1db28fa
Author: Martin Klöckner <mjkloeckner@gmail.com>
Date:   Mon, 11 Mar 2024 12:20:45 -0300

Add troubleshooting section and qt6 to dependency list

Diffstat:
MREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -10,6 +10,7 @@ The basic dependencies for my use case are:
 - sed
 - perl
 - qt5ct
+- qt6ct
 - gsettings
 - xsettingsd
 - neovim-remote
@@ -24,6 +25,19 @@ scripts in order to fit your system.
 If you want to switch the color scheme just run `$ ./sys-toggle-scheme` which is
 a wrapper around `sys-dark-scheme` and `sys-light-scheme`.
 
+## Troubleshooting
+
+As of `11 march 2024` some GTK4 apps are not following the preferred scheme due
+to a problem apparently on `xdg-desktop-portal` (check out [this
+discussion](https://bbs.archlinux.org/viewtopic.php?id=289408)) the solution
+taken from the linked discussion is to create
+`~/.config/xdg-desktop-portal/portals.conf` and add the following content
+
+```
+[preferred]
+default=gtk
+```
+
 ## LICENSE
 
 [MIT](https://opensource.org/licenses/MIT)