diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-30 08:26:54 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-30 08:26:54 -0600 |
| commit | 1b00cb9fabb1f60901e669f22d07a75c9a6b9980 (patch) | |
| tree | f7914db1e6bc20a1869583c344f6128303e155bf /dotfiles | |
| parent | 9501ad6f4f0a64b09885b6c892829235213a19a0 (diff) | |
| download | archsetup-1b00cb9fabb1f60901e669f22d07a75c9a6b9980.tar.gz archsetup-1b00cb9fabb1f60901e669f22d07a75c9a6b9980.zip | |
fix(portal): enable Settings portal for libadwaita dark mode
Use gtk portal for Settings instead of none, allowing Nautilus and
other libadwaita apps to respect the color-scheme preference.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/xdg-desktop-portal/portals.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/xdg-desktop-portal/portals.conf b/dotfiles/hyprland/.config/xdg-desktop-portal/portals.conf index 9cc87a2..4ddf5aa 100644 --- a/dotfiles/hyprland/.config/xdg-desktop-portal/portals.conf +++ b/dotfiles/hyprland/.config/xdg-desktop-portal/portals.conf @@ -1,3 +1,3 @@ [preferred] default=hyprland;gtk -org.freedesktop.impl.portal.Settings=none +org.freedesktop.impl.portal.Settings=gtk |
