diff options
-rw-r--r-- | env-wayland/.config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/env-wayland/.config/sway/config b/env-wayland/.config/sway/config index dbafc25..840fb16 100644 --- a/env-wayland/.config/sway/config +++ b/env-wayland/.config/sway/config @@ -247,11 +247,11 @@ default_border pixel # gsettings set org.gnome.desktop.interface cursor-size 16 # } +# Important for screencast to work via xdg-desktop-portal-wlr +exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + exec --no-startup-id dunst exec --no-startup-id gentoo-pipewire-launcher exec --no-startup-id wlsunset -l 53.54 -L 27.34 -# Important for screencast to work via xdg-desktop-portal-wlr -exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway - include /etc/sway/config.d/* |