rydesun/.config/X11/profile
2021-02-05 23:02:14 +08:00

10 lines
199 B
Bash

export LANG=zh_CN.UTF-8
(
sleep 2
# swap Caps_Lock and Escape
setxkbmap -option caps:swapescape
# swap Ctrl_R and Alt_R
setxkbmap -option ctrl:rctrl_ralt
setxkbmap -option ctrl:ralt_rctrl
) &