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:
parent
24ab57c221
commit
711787dc02
@ -70,6 +70,10 @@ input 1:1:AT_Translated_Set_2_keyboard {
|
||||
xkb_options "ctrl:swapcaps"
|
||||
}
|
||||
|
||||
input 1241:662:USB-HID_Keyboard {
|
||||
xkb_options "altwin:swap_lalt_lwin,ctrl:swapcaps"
|
||||
}
|
||||
|
||||
input type:pointer {
|
||||
accel_profile flat
|
||||
pointer_accel 0
|
||||
|
1
.zshrc
1
.zshrc
@ -107,6 +107,7 @@ export CARGO_HOME=$HOME/.cache/cargo
|
||||
export GOPATH=$HOME/.cache/go
|
||||
export LESSHISTFILE=/dev/null
|
||||
export LYNX_CFG=$HOME/.config/lynx/lynxrc
|
||||
export WINEPREFIX="$HOME/.config/wine"
|
||||
|
||||
#settings for software
|
||||
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
||||
|
Loading…
Reference in New Issue
Block a user