mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 07:00:28 +01:00
dwm: Make GTK programs work with dbus-launch
Fixes an issue where blueman for bluetooth wasn't working.
This commit is contained in:
parent
0cd241e315
commit
96e069fe6d
@ -45,7 +45,7 @@ in
|
|||||||
fcitx5 &
|
fcitx5 &
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
dwm >/dev/null 2>&1
|
dbus-launch --sh-syntax --exit-with-session dwm
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user