summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/menuscripts/mgame2
-rw-r--r--config/common/mpv/input.conf1
-rw-r--r--config/essentials/zsh/comp.zsh2
-rwxr-xr-xconfig/home/.xprofile1
4 files changed, 3 insertions, 3 deletions
diff --git a/bin/menuscripts/mgame b/bin/menuscripts/mgame
index cd7a7b0..cf23aa0 100755
--- a/bin/menuscripts/mgame
+++ b/bin/menuscripts/mgame
@@ -14,7 +14,7 @@ steam_games()
done
}
-Choice="$(steam_games | cut -f 2- -d' ' | dmenu -c -i -x)"
+Choice="$(steam_games | cut -f 2- -d' ' | grep -v -i 'brawlhalla' | dmenu -c -i -x)"
[ "$Choice" ] || exit 1
ID="$(steam_games | grep "[0-9]\+ $Choice" | cut -f 1 -d ' ')"
diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf
index 5615d5f..72bedb3 100644
--- a/config/common/mpv/input.conf
+++ b/config/common/mpv/input.conf
@@ -210,6 +210,7 @@ k add volume 5
# Subtitles
s cycle sub
ctrl+s cycle sub-visibility # Toggle subtitles
+ctrl+S screenshot
# Cycle audio tracks
v cycle audio # switch audio track
diff --git a/config/essentials/zsh/comp.zsh b/config/essentials/zsh/comp.zsh
index 538d697..ced206d 100644
--- a/config/essentials/zsh/comp.zsh
+++ b/config/essentials/zsh/comp.zsh
@@ -93,7 +93,7 @@ compdef gdbcore="which"
compdef pkgfile="which"
#compdef ytui
compdef _ytui ytui
-
+compdef start="ls"
# zsh completion for ytui -*- shell-script -*-
__ytui_debug()
diff --git a/config/home/.xprofile b/config/home/.xprofile
index e616a11..4bf2cfe 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -10,7 +10,6 @@ if [ "$(hostname)" = "winter" ]; then
xrandr --output "$CurrentOutput" --mode "1920x1080" --rate "144"
) &
signal-desktop &
- discord &
~/src/xobs/env/bin/python ~/src/xobs/pulse.py | xob &
fi