dwm: Make GTK programs work with dbus-launch

Fixes an issue where blueman for bluetooth wasn't working.
This commit is contained in:
Donovan Glover 2024-08-23 22:28:38 -04:00
parent 0cd241e315
commit 96e069fe6d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -45,7 +45,7 @@ in
fcitx5 &
while true; do
dwm >/dev/null 2>&1
dbus-launch --sh-syntax --exit-with-session dwm
done
'';
};