Skip to content

Commit

Permalink
fix xdg desktop portal for sway
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyoconnor committed Dec 31, 2024
1 parent c0ed7d5 commit 2e995b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/wayland/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ in
# https://github.com/emersion/xdg-desktop-portal-wlr/pull/315
xdg.portal.config.sway = {
# Use xdg-desktop-portal-gtk for every portal interface...
default = [ "wlr" "gtk" ];
default = [ "gtk" ];
# ... except for the ScreenCast, Screenshot and Secret
"org.freedesktop.impl.portal.ScreenCast" = "wlr";
"org.freedesktop.impl.portal.Screenshot" = "wlr";
Expand Down

0 comments on commit 2e995b6

Please sign in to comment.