diff options
author | Joaquín Aguirrezabalaga <kinote@kinote.org> | 2025-03-16 11:36:20 +0100 |
---|---|---|
committer | Joaquín Aguirrezabalaga <kinote@kinote.org> | 2025-03-16 11:36:36 +0100 |
commit | 638f046ff0f0d153b5c9d22d07da8e5d09861d29 (patch) | |
tree | 36d8183f261881cccd468014ee0e3c19146fac37 /config | |
parent | 8f55a072f41042c1687860f6a6445b5d91620ef9 (diff) | |
download | dotfiles-main.tar.gz dotfiles-main.zip |
Fixes dark/light theme switching
Diffstat (limited to 'config')
-rw-r--r-- | config/xdg-desktop-portal/portals.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/xdg-desktop-portal/portals.conf b/config/xdg-desktop-portal/portals.conf index e7ae6e3..6a677a1 100644 --- a/config/xdg-desktop-portal/portals.conf +++ b/config/xdg-desktop-portal/portals.conf @@ -1,2 +1,3 @@ [preferred] -default=gtk; +default=gnome; +# default=gtk; |