1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/dwm/.xinitrc

11 lines
186 B
Plaintext
Raw Normal View History

2017-05-21 15:49:02 +00:00
setxkbmap -option caps:escape
2017-06-14 18:21:30 +00:00
2017-05-21 15:49:02 +00:00
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
2017-06-14 18:21:30 +00:00
# Enable numberlock
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
2019-03-15 17:58:36 +00:00
exec dwm