rydesun/.config/X11/profile
2021-02-26 19:43:28 +08:00

11 lines
249 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
xbindkeys -f ${XDG_CONFIG_HOME}/xbindkeys/config
) &