Compare commits

..

4 commits

5 changed files with 68 additions and 3 deletions

View file

@ -17,7 +17,9 @@ alias ll="eza $eza_params_long $eza_params"
alias la="eza --all $eza_params_long $eza_params" alias la="eza --all $eza_params_long $eza_params"
alias lt="eza $eza_params_long $eza_params --level" alias lt="eza $eza_params_long $eza_params --level"
alias cat="bat -p" command -v bat &>/dev/null && alias cat="bat -p"
command -v lazygit &>/dev/null && alias lgit="lazygit"
# system helpers # system helpers
command -v doas >/dev/null && alias sudo='doas' command -v doas >/dev/null && alias sudo='doas'

View file

@ -0,0 +1,2 @@
dxgi.maxFrameRate = 164
d3d9.maxFrameRate = 164

View file

@ -0,0 +1,55 @@
[[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" },
]

View file

@ -52,3 +52,5 @@ export FZF_DEFAULT_COMMAND="fd --strip-cwd-prefix --hidden --follow"
export SVDIR="${XDG_CONFIG_HOME}"/service export SVDIR="${XDG_CONFIG_HOME}"/service
export XBPS_DISTDIR="$HOME/git/void-packages" export XBPS_DISTDIR="$HOME/git/void-packages"
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf

View file

@ -37,13 +37,17 @@ bind "mouse5" "+voicerecord"
unbind "mwheelup" unbind "mwheelup"
unbind "mwheeldown" unbind "mwheeldown"
// mouse settings // mouse settings WINDOWS
// DPI 19200 -> eDPI 600 // DPI 19200 -> eDPI 600
// sensitivity 0.03125 // sensitivity 0.03125
// DPI 13000 -> eDPI 600 // DPI 13000 -> eDPI 600
// sensitivity 0.05 // sensitivity 0.05
// DPI 650 -> eDPI 650 // DPI 650 -> eDPI 650
sensitivity 1.0 // sensitivity 1.0
// mouse settings LINUX
sensitivity 0.75
// emulate 4:3 resolution mouse effect, horizontal speed // emulate 4:3 resolution mouse effect, horizontal speed
// default is 0.02 // default is 0.02