update env variables on startup

This commit is contained in:
tavo-wasd 2023-08-07 19:08:19 -06:00
parent 4e481ab409
commit b1c19220ea

View file

@ -17,13 +17,14 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
unset f unset f
# Added xinitrc config # Added xinitrc config
dbus-update-activation-environment --systemd --all &
systemctl --user import-environment DISPLAY & systemctl --user import-environment DISPLAY &
setxkbmap en & hsetroot -cover /home/tavo/Media/Pictures/Backgrounds/default.jpeg &
xset r rate 300 50 & xset r rate 300 50 &
hsetroot -cover /home/tavo/Media/Pictures/Backgrounds/default.jpeg setxkbmap en &
dwmblocks & dwmblocks &
clipmenud & clipmenud &
ps -C dunst | grep -q dunst || dunst & dunst &
while true; do while true; do
dwm >/dev/null 2>&1 dwm >/dev/null 2>&1