dotfiles/xinitrc

7 lines
103 B
Bash

#!/bin/sh
[ -f ~/.Xresources ] && xrdb -merge .Xresources
xsetroot -cursor_name left_ptr
exec xmonad