mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
Compare commits
2 Commits
24ab57c221
...
474b90ed44
Author | SHA1 | Date | |
---|---|---|---|
|
474b90ed44 | ||
|
711787dc02 |
@ -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
|
||||||
|
3
.zshrc
3
.zshrc
@ -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=🔎"
|
||||||
@ -123,7 +124,7 @@ export MANLESS="Manual\ \$MAN_PN\ ?ltline\ %lt?L/%L.:byte\ %bB?s/%s..?\:?pB\ %pB
|
|||||||
export LESS="-RSM~"
|
export LESS="-RSM~"
|
||||||
|
|
||||||
#local path
|
#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"
|
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
||||||
|
|
||||||
#ccache support
|
#ccache support
|
||||||
|
Loading…
Reference in New Issue
Block a user