1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 11:51:50 +08:00

alternate alt and super, caps and ctrl in normal keyboards

This commit is contained in:
juan 2021-09-02 13:29:49 +08:00
parent 24ab57c221
commit 711787dc02
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,10 @@ input 1:1:AT_Translated_Set_2_keyboard {
xkb_options "ctrl:swapcaps" xkb_options "ctrl:swapcaps"
} }
input 1241:662:USB-HID_Keyboard {
xkb_options "altwin:swap_lalt_lwin,ctrl:swapcaps"
}
input type:pointer { input type:pointer {
accel_profile flat accel_profile flat
pointer_accel 0 pointer_accel 0

1
.zshrc
View File

@ -107,6 +107,7 @@ export CARGO_HOME=$HOME/.cache/cargo
export GOPATH=$HOME/.cache/go export GOPATH=$HOME/.cache/go
export LESSHISTFILE=/dev/null export LESSHISTFILE=/dev/null
export LYNX_CFG=$HOME/.config/lynx/lynxrc export LYNX_CFG=$HOME/.config/lynx/lynxrc
export WINEPREFIX="$HOME/.config/wine"
#settings for software #settings for software
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎" export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"