summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-12-01 17:11:19 +0100
committerxengineering <me@xengineering.eu>2022-12-01 17:11:19 +0100
commit560d545263f2665ec2f7711c1fe83dca8272b5ee (patch)
tree0d2064d7703612787321d4e4e31439329bb06183
parentd6d3eed6e38aa98fa9869dc62e07ec5e026ad17b (diff)
downloaddotfiles-560d545263f2665ec2f7711c1fe83dca8272b5ee.tar
dotfiles-560d545263f2665ec2f7711c1fe83dca8272b5ee.tar.zst
dotfiles-560d545263f2665ec2f7711c1fe83dca8272b5ee.zip
Allow WebRTC sharing on Sway with PipeWire
This is needed to share an entire monitor via firefox / chromium.
-rw-r--r--.config/sway/config2
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/*