Skip to content

Commit

Permalink
[X] overwrite capslock with escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Fischer committed Oct 30, 2018
1 parent cf0b418 commit bc1a919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile

# Overwrite Capslock with escape
xmodmap -e "clear lock"
xmodmap -e "keycode 66 = Escape NoSymbol Escape"

[ ! -d ~/.local/share/i3 ] && mkdir -p ~/.local/share/i3
exec i3 -V > ~/.local/share/i3/log

0 comments on commit bc1a919

Please sign in to comment.