diff options
author | xengineering <me@xengineering.eu> | 2022-12-01 17:11:19 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-12-01 17:11:19 +0100 |
commit | 0dfa4b3346e79558970bbd5d22b66d28bbf554e5 (patch) | |
tree | 0d2064d7703612787321d4e4e31439329bb06183 | |
parent | e235c31c292bc78e430c3b0d4d6cbaab9be5c435 (diff) | |
download | dotfiles-0dfa4b3346e79558970bbd5d22b66d28bbf554e5.tar dotfiles-0dfa4b3346e79558970bbd5d22b66d28bbf554e5.tar.zst dotfiles-0dfa4b3346e79558970bbd5d22b66d28bbf554e5.zip |
Allow WebRTC sharing on Sway with PipeWire
This is needed to share an entire monitor via firefox / chromium.
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 76eb69a..05de25e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -239,4 +239,6 @@ bindsym $mod+u exec ~/.local/bin/url # enable numlock on startup input * xkb_numlock enable +exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + include /etc/sway/config.d/* |