mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
11 lines
249 B
Bash
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
|
|
) &
|