From b1c19220ea1b8d5a8aee9ba42aca05d78e060685 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 7 Aug 2023 19:08:19 -0600 Subject: [PATCH] update env variables on startup --- X11/xinitrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/X11/xinitrc b/X11/xinitrc index 6455109..5928a4c 100644 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -17,13 +17,14 @@ sysmodmap=/etc/X11/xinit/.Xmodmap unset f # Added xinitrc config +dbus-update-activation-environment --systemd --all & systemctl --user import-environment DISPLAY & -setxkbmap en & +hsetroot -cover /home/tavo/Media/Pictures/Backgrounds/default.jpeg & xset r rate 300 50 & -hsetroot -cover /home/tavo/Media/Pictures/Backgrounds/default.jpeg +setxkbmap en & dwmblocks & clipmenud & -ps -C dunst | grep -q dunst || dunst & +dunst & while true; do dwm >/dev/null 2>&1