update env variables on startup
This commit is contained in:
parent
4e481ab409
commit
b1c19220ea
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue