Files
dots/x/.xinitrc

8 lines
144 B
Plaintext

#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
if [ -f ~/.Xresources ]; then
xrdb -merge -I$HOME ~/.Xresources
fi
#exec dwm