diff options
| -rw-r--r-- | MANIFEST | 1 | ||||
| -rw-r--r-- | sway/config | 2 | ||||
| -rw-r--r-- | xdg-desktop-portal/sway-portals.conf | 3 |
3 files changed, 6 insertions, 0 deletions
@@ -22,3 +22,4 @@ foot|.config sway|.config fuzzel|.config .mailcap| +xdg-desktop-portal|.config diff --git a/sway/config b/sway/config index 3f15f0d..fcb495d 100644 --- a/sway/config +++ b/sway/config @@ -13,6 +13,8 @@ exec pipewire exec mpd exec_always import-gsettings +exec dbus-update-activation-environment WAYLAND_DISPLAY + font pango:Iosevka 10 floating_modifier $mod diff --git a/xdg-desktop-portal/sway-portals.conf b/xdg-desktop-portal/sway-portals.conf new file mode 100644 index 0000000..0934b0c --- /dev/null +++ b/xdg-desktop-portal/sway-portals.conf @@ -0,0 +1,3 @@ +[preferred] +default=gtk +org.freedesktop.impl.portal.ScreenCast=wlr |
