X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.xinitrc;h=763a2b5b38a20e0c5dea47f680c7eacc5e29a5cf;hb=03456357bce935f8e8af9580a1f31a3ac8ea6cac;hp=bbd42d89c7e1d1771ab17c3569a659bccc0f9cc4;hpb=29f4acd0ae2d23db79e33cc0d4d064b53771d1f6;p=dotfiles.git diff --git a/x/.xinitrc b/x/.xinitrc index bbd42d8..763a2b5 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -1,9 +1,7 @@ #!/bin/bash -urxvtd -q -o -f & +PATH=$PATH:~/.local/bin xautolock -locker ~/.local/bin/lock.sh & dunst & -compton -b -~/.fehbg eval "$(gpg-agent --daemon)" xrdb -merge ~/.Xresources @@ -15,4 +13,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -exec i3 +while true; do xsetroot -name "$(bar)"; sleep 1m; done & +while true; do dwm >dwm.log 2>&1; done