dotfiles/.xinitrc

5 lines
105 B
Bash

#!/bin/sh
[ -f ~/.xprofile ] && . ~/.xprofile
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
exec dwm