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

6 lines
158 B
Plaintext
Raw Permalink Normal View History

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