My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit 03e587fff15c900255b4dbe0eb5fe09c33890581
Parent: 3ad65292c5e8d920648657e18c1f1e694d1a1454
Author: mcol <mcol@posteo.net>
Date: 2021-10-18 00:37:21 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-10-18 00:37:21 +0100

Add wayland screensharing variables to startup script

startup.sh Modified

@@ -32,6 +32,9 @@
     run_if_new firefox &
     run_if_new irc &
 
+    # For screensharing
+    systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
+
     sleep 3
     check_systemd
 } &> /dev/null