Compare commits
No commits in common. "7e36003590b3ff7316065246c075a868e4a59fde" and "42e0bd3a8e6d571f27d3a4597303accc8e5db90b" have entirely different histories.
7e36003590
...
42e0bd3a8e
5 changed files with 3 additions and 68 deletions
|
@ -17,9 +17,7 @@ alias ll="eza $eza_params_long $eza_params"
|
|||
alias la="eza --all $eza_params_long $eza_params"
|
||||
alias lt="eza $eza_params_long $eza_params --level"
|
||||
|
||||
command -v bat &>/dev/null && alias cat="bat -p"
|
||||
|
||||
command -v lazygit &>/dev/null && alias lgit="lazygit"
|
||||
alias cat="bat -p"
|
||||
|
||||
# system helpers
|
||||
command -v doas >/dev/null && alias sudo='doas'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
dxgi.maxFrameRate = 164
|
||||
d3d9.maxFrameRate = 164
|
|
@ -1,55 +0,0 @@
|
|||
[[language]]
|
||||
name = "yaml"
|
||||
auto-format = true
|
||||
formatter = { command = "yamlfmt", args = ["-"] }
|
||||
|
||||
[[language]]
|
||||
name = "bash"
|
||||
file-types = [
|
||||
"sh",
|
||||
"bash",
|
||||
"ash",
|
||||
"dash",
|
||||
"ksh",
|
||||
"mksh",
|
||||
"zsh",
|
||||
"zshenv",
|
||||
"zlogin",
|
||||
"zlogout",
|
||||
"zprofile",
|
||||
"zshrc",
|
||||
"eclass",
|
||||
"ebuild",
|
||||
"bazelrc",
|
||||
"Renviron",
|
||||
"zsh-theme",
|
||||
"cshrc",
|
||||
"tcshrc",
|
||||
"bashrc_Apple_Terminal",
|
||||
"zshrc_Apple_Terminal",
|
||||
{ glob = "i3/config" },
|
||||
{ glob = "sway/config" },
|
||||
{ glob = "tmux.conf" },
|
||||
{ glob = ".bash_history" },
|
||||
{ glob = ".bash_login" },
|
||||
{ glob = ".bash_logout" },
|
||||
{ glob = ".bash_profile" },
|
||||
{ glob = ".bashrc" },
|
||||
{ glob = ".profile" },
|
||||
{ glob = ".zshenv" },
|
||||
{ glob = ".zlogin" },
|
||||
{ glob = ".zlogout" },
|
||||
{ glob = ".zprofile" },
|
||||
{ glob = ".zshrc" },
|
||||
{ glob = ".zimrc" },
|
||||
{ glob = "APKBUILD" },
|
||||
{ glob = ".bash_aliases" },
|
||||
{ glob = ".Renviron" },
|
||||
{ glob = ".xprofile" },
|
||||
{ glob = ".xsession" },
|
||||
{ glob = ".xsessionrc" },
|
||||
{ glob = ".yashrc" },
|
||||
{ glob = ".yash_profile" },
|
||||
{ glob = ".hushlogin" },
|
||||
{ glob = "template" },
|
||||
]
|
|
@ -52,5 +52,3 @@ export FZF_DEFAULT_COMMAND="fd --strip-cwd-prefix --hidden --follow"
|
|||
export SVDIR="${XDG_CONFIG_HOME}"/service
|
||||
export XBPS_DISTDIR="$HOME/git/void-packages"
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf
|
||||
|
|
|
@ -37,17 +37,13 @@ bind "mouse5" "+voicerecord"
|
|||
unbind "mwheelup"
|
||||
unbind "mwheeldown"
|
||||
|
||||
// mouse settings WINDOWS
|
||||
// mouse settings
|
||||
// DPI 19200 -> eDPI 600
|
||||
// sensitivity 0.03125
|
||||
// DPI 13000 -> eDPI 600
|
||||
// sensitivity 0.05
|
||||
// DPI 650 -> eDPI 650
|
||||
// sensitivity 1.0
|
||||
|
||||
// mouse settings LINUX
|
||||
sensitivity 0.75
|
||||
|
||||
sensitivity 1.0
|
||||
|
||||
// emulate 4:3 resolution mouse effect, horizontal speed
|
||||
// default is 0.02
|
||||
|
|
Loading…
Add table
Reference in a new issue