From 4abb690b45609c37af0e74ad8a5fa1b97d17ba9f Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 5 Dec 2022 18:11:34 +0100 Subject: [PATCH] sway: Configure wayland full screen share --- roles/dotfiles/files/sway_config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/dotfiles/files/sway_config b/roles/dotfiles/files/sway_config index 9616499..12904c6 100644 --- a/roles/dotfiles/files/sway_config +++ b/roles/dotfiles/files/sway_config @@ -36,9 +36,10 @@ titlebar_padding 5 1 exec_always "pkill mako; mako --ignore-timeout=1 --default-timeout=5000" # redshift exec gammastep -l50.81:6.37 -# Fix for slow application startup +# Fix for slow application startup and full screen share # https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start -exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK +# https://github.com/emersion/xdg-desktop-portal-wlr#running +exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway ### Output configuration