summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xX11/xinit2
-rw-r--r--btop/btop.conf2
-rw-r--r--zsh/aliases3
3 files changed, 5 insertions, 2 deletions
diff --git a/X11/xinit b/X11/xinit
index 2b56713..933460d 100755
--- a/X11/xinit
+++ b/X11/xinit
@@ -63,4 +63,6 @@ slstatus & # status
~/kekful_days/kekful_days.sh & # custom script
+setxkbmap -option caps:escape & # set caps to esc
+
exec dwm # window manager
diff --git a/btop/btop.conf b/btop/btop.conf
index 83d46f0..9a38f28 100644
--- a/btop/btop.conf
+++ b/btop/btop.conf
@@ -50,7 +50,7 @@ graph_symbol_net = "default"
graph_symbol_proc = "default"
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
-shown_boxes = "cpu mem net proc"
+shown_boxes = "cpu mem net proc gpu0"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 100
diff --git a/zsh/aliases b/zsh/aliases
index 2b3f15e..a35005d 100644
--- a/zsh/aliases
+++ b/zsh/aliases
@@ -69,13 +69,14 @@ alias htopr='htop -C -U'
alias sxiv='sxiv -bpqra'
# tools
+alias zathura='zathura 2>/dev/null'
alias newsboat='newsboat -C ~/.config/newsboat/newsboat.conf -c ~/.config/newsboat/cache.db -u ~/.config/newsboat/urls'
alias w2x='waifu2x-converter-cpp -f png --noise-level 3 -c 9 -q 100 --disable-gpu --mode noise-scale -i'
alias catgirl="catgirl -h irc.libera.chat -j '#voidlinux'"
# gaming
alias proton='~/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run'
-alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton9-22/proton run'
+alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton9-25/proton run'
# media
alias mpv='mpv --ytdl-format="bestvideo[ext=mp4]+bestaudio[ext=m4a]"'