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

Compare commits

..

2 Commits

Author SHA1 Message Date
juan
474b90ed44 update go path 2021-09-03 11:05:18 +08:00
juan
711787dc02 alternate alt and super, caps and ctrl in normal keyboards 2021-09-02 13:29:49 +08:00
2 changed files with 6 additions and 1 deletions

View File

@ -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

3
.zshrc
View File

@ -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=🔎"
@ -123,7 +124,7 @@ export MANLESS="Manual\ \$MAN_PN\ ?ltline\ %lt?L/%L.:byte\ %bB?s/%s..?\:?pB\ %pB
export LESS="-RSM~"
#local path
export PATH="${PATH}:${HOME}/.local/bin/:${HOME}/.scripts/:${HOME}/.cache/cargo/bin/"
export PATH="${PATH}:${HOME}/.local/bin/:${HOME}/.scripts/:${HOME}/.cache/cargo/bin/:${HOME}/.cache/go/bin/"
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
#ccache support