Remove dbus-launch
This commit is contained in:
parent
0db41611c7
commit
258883db13
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
dbus-update-activation-environment --all
|
dbus-update-activation-environment --all
|
||||||
|
|
||||||
|
export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
dbus-launch dwm
|
dwm
|
||||||
done
|
done
|
||||||
|
|
|
@ -10,7 +10,7 @@ export PAGER='nvimpager -p'
|
||||||
export CM_SELECTIONS="clipboard"
|
export CM_SELECTIONS="clipboard"
|
||||||
export CM_DEBUG=1
|
export CM_DEBUG=1
|
||||||
export CM_OUTPUT_CLIP=0
|
export CM_OUTPUT_CLIP=0
|
||||||
export CM_MAX_CLIPS=1000
|
export CM_MAX_CLIPS=10000
|
||||||
export CM_IGNORE_WINDOW="Bitwarden|KeePass"
|
export CM_IGNORE_WINDOW="Bitwarden|KeePass"
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
export QT_QPA_PLATFORMTHEME=gtk2
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
|
|
Loading…
Reference in New Issue