5 lines
153 B
Text
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
|