Files
dotfiles/XServer/.xinitrc
dx d548cca75f +dunst
Using the default config given on website
2020-06-06 19:37:00 +01:00

20 lines
340 B
Bash

#!/bin/sh
sh .xprofile;
dunst &
systemctl start --user emacs &
$(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
while true; do
killall picom;
killall mpd;
killall sxhkd;
killall dwmblocks;
picom &
mpd &
sxhkd &
dwmblocks &
ssh-agent dwm || break
done