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

Compare commits

..

No commits in common. "474b90ed44d5a5a53772906e30e13c0507657477" and "24ab57c221ea1508666714338ad8ad39e74dbc95" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -70,10 +70,6 @@ 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,7 +107,6 @@ 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=🔎"
@ -124,7 +123,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/:${HOME}/.cache/go/bin/"
export PATH="${PATH}:${HOME}/.local/bin/:${HOME}/.scripts/:${HOME}/.cache/cargo/bin/"
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
#ccache support