dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5234c9c76ce1b1f5cbd63757c1534094299bb0c1
parent 6bcf8d6fe2d4d15a40c7da65de372c10cb6a565c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Sep 2021 10:04:02 +0200

xinitrc: add a bunch of startup programs

Diffstat:
Mxinitrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/xinitrc b/xinitrc @@ -32,5 +32,10 @@ wal -R && xdotool key "super+shift+r" export SHLVL=1 eval $(ssh-agent) command -v VBoxClient-all >/dev/null 2>&1 && VBoxClient-all +xset r rate 300 50 & dwmblocks 2>/var/log/dwm/dwmblocks.log & +dunst 2>/var/log/dunst/dunst.log & +unclutter & +xcompmgr -f -c -C -D 2 & +sxhkd 2>/var/log/sxhkd/sxhkd.log & exec $HOME/.scripts/startdwm