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

Commit 99c1e8a3be578905b2b8ab4c070a04ff3b2738d5
Parent: ba6c44416188524c3cc458896a38402aa3c11c4c
Author: mcol <mcol@posteo.net>
Date: 2022-09-03 00:49:59 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2022-09-03 00:49:59 +0100

fork dbus/systemctl commands, sometimes they are slow

startup.sh Modified

@@ -7,7 +7,6 @@
 
 {
     foot --server &
-    #swaybg -c '#1B2021' &
 
     # wob
     FIFO=/tmp/wob-$WAYLAND_DISPLAY
@@ -24,9 +23,9 @@
 
 [[ -z "$QTILE_XEPHYR" ]] && {
     # Session setup
-    systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
+    systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
     dbus-update-activation-environment --systemd \
-	WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP
+	WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP &
 
     # Services
     kanshi &