dotfiles/xinitrc

7 lines
103 B
Plaintext
Raw Normal View History

2017-05-15 20:47:47 -04:00
#!/bin/sh
[ -f ~/.Xresources ] && xrdb -merge .Xresources
xsetroot -cursor_name left_ptr
exec xmonad