diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-05-18 14:26:08 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-05-18 14:26:08 +0200 |
| commit | 64557b43698bedc363d1f430478d1447795935df (patch) | |
| tree | e8396dbe40d2375b32c8d7c712c0dfb393afd033 /config | |
| parent | 42ea52839a4d4b20efffc3267dc9d80b82bd3a81 (diff) | |
checkpoint
Diffstat (limited to 'config')
| -rw-r--r-- | config/common/mpv/input.conf | 1 | ||||
| -rw-r--r-- | config/essentials/zsh/comp.zsh | 2 | ||||
| -rwxr-xr-x | config/home/.xprofile | 1 |
3 files changed, 2 insertions, 2 deletions
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 |
