Files
newdotfiles/linux/xinitrc
2020-07-19 08:36:04 +09:00

6 lines
126 B
Bash

#!/bin/bash
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
exec bspwm