dotfiles.2022/_home/dot_sz.shrc.d/91_keyboard_mappings

6 lines
153 B
Plaintext
Raw Normal View History

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