This is a collection of dotfiles and scripts for my bspwm setup
 
 
 
 
 
 

7 lines
210 B

Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbOptions" "caps:swapescape"
EndSection