diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-12-05 23:14:36 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-12-05 23:14:36 +0300 |
commit | 02c1a6fbed5b543cc2f2bce4da050761064c5a86 (patch) | |
tree | d5b8fe3bd3dd39e6330c35bbd950e217f43093b2 | |
parent | 3ef0ca82864c5aa76a7c2daf8b0e0dfc0287653e (diff) | |
download | dotfiles-02c1a6fbed5b543cc2f2bce4da050761064c5a86.tar.gz |
feat(wayland): add support for screencast
-rw-r--r-- | env-wayland/.config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/env-wayland/.config/sway/config b/env-wayland/.config/sway/config index 70f6226..23907eb 100644 --- a/env-wayland/.config/sway/config +++ b/env-wayland/.config/sway/config @@ -251,4 +251,7 @@ 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/* |