5 lines
158 B
Text
5 lines
158 B
Text
if [[ -n "$(which-command setxkbmap)" && -n "$DISPLAY" ]]; then
|
|
setxkbmap -option
|
|
setxkbmap -option caps:escape
|
|
setxkbmap -option caps:ctrl_modifier
|
|
fi
|