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 | ed25e78327b2a2478f3ebdae4c22278e5d92c7e8 (patch) | |
| tree | b8a2db7393a26f44929665de63911df31c4e8a00 | |
| parent | e266978fd3e29792f1c99e24135a5e626132dc13 (diff) | |
| download | archsetup-ed25e78327b2a2478f3ebdae4c22278e5d92c7e8.tar.gz archsetup-ed25e78327b2a2478f3ebdae4c22278e5d92c7e8.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.
| -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 |
