From 258883db137068a135d95b0f2dad18f5b98dd3a9 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 31 Dec 2024 02:06:20 +0100 Subject: [PATCH] Remove dbus-launch --- dotfiles/.local/bin/startdwm | 4 +++- dotfiles/.zprofile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/bin/startdwm b/dotfiles/.local/bin/startdwm index c61d9fa..814eb66 100755 --- a/dotfiles/.local/bin/startdwm +++ b/dotfiles/.local/bin/startdwm @@ -2,6 +2,8 @@ dbus-update-activation-environment --all +export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus" + while true; do - dbus-launch dwm + dwm done diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 9e1720a..359532e 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -10,7 +10,7 @@ export PAGER='nvimpager -p' export CM_SELECTIONS="clipboard" export CM_DEBUG=1 export CM_OUTPUT_CLIP=0 -export CM_MAX_CLIPS=1000 +export CM_MAX_CLIPS=10000 export CM_IGNORE_WINDOW="Bitwarden|KeePass" export _JAVA_AWT_WM_NONREPARENTING=1 export QT_QPA_PLATFORMTHEME=gtk2