From fa042526618705ddd1cd89f9aea94fe45ac1c149 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 26 Apr 2024 16:47:47 +0500 Subject: [PATCH] fix(dbus): set correct environment to resolve an issue with gtk apps --- roles/desktop/files/sway.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/desktop/files/sway.conf b/roles/desktop/files/sway.conf index dda1b6e..ef56e3d 100644 --- a/roles/desktop/files/sway.conf +++ b/roles/desktop/files/sway.conf @@ -17,4 +17,6 @@ set $term alacritty # on the original workspace that the command was run on. set $menu wofi --show run --style ~/.config/wofi/style.css | xargs swaymsg exec -- +exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK + include ~/.config/sway/config.d/*