dotfiles.2022/_home/dot_sz.shrc.d/91_keyboard_mappings
2022-06-06 10:28:09 -04:00

5 lines
153 B
Text

if [[ -n "$(type -fP setxkbmap)" && -n "$DISPLAY" ]]; then
setxkbmap -option
setxkbmap -option caps:escape
setxkbmap -option caps:ctrl_modifier
fi