Remove dbus-launch

This commit is contained in:
Santiago Lo Coco 2024-12-31 02:06:20 +01:00
parent 0db41611c7
commit 258883db13
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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