From 472e05d4f32aa02584667ca7be5280923ef60ef1 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Thu, 21 Jul 2022 19:24:45 -0500 Subject: [PATCH] sway: Fix xdg-desktop-portal-wlr environment and launch udiskie --- templates/.config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/.config/sway/config b/templates/.config/sway/config index 440e102..1eff21e 100644 --- a/templates/.config/sway/config +++ b/templates/.config/sway/config @@ -55,6 +55,7 @@ exec pipewire exec pipewire-pulse #exec swayidle exec dunst +exec udiskie font pango:DejaVu Sans Mono 8 focus_follows_mouse no @@ -153,3 +154,6 @@ ${get_base16('i3', 'bar-colors')} statusline $base05 } } + +# Fix for xdg-desktop-portal-wlr +exec dbus-update-activation-environment SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway