diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 00:14:25 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 00:14:25 +0100 | 
| commit | 75efc6c1c4e23fcba22665719542471749aaea56 (patch) | |
| tree | d00c2f9abb8058e81aeaf29976225ce80cfc54bb | |
| parent | fde23996e410c11ee82491380630f9cb8b02e9f8 (diff) | |
checkpoint
| -rw-r--r-- | config/common/mpv/input.conf | 3 | ||||
| -rwxr-xr-x | config/common/tmux/tmux.conf | 2 | ||||
| -rw-r--r-- | config/essentials/zsh/.zshrc | 2 | ||||
| -rw-r--r-- | config/essentials/zsh/widgets.zsh | 1 | 
4 files changed, 4 insertions, 4 deletions
diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 611b7c4..b7932fa 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -208,8 +208,7 @@ j add volume -5  k add volume 5   # Subtitles -S cycle sub                              -s screenshot video +s cycle sub                               ctrl+s cycle sub-visibility              # Toggle subtitles  # Cycle audio tracks diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 6304209..6fdf7f7 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -100,7 +100,7 @@ bind -n M-O switch-client -l  bind n command-prompt "rename-window '%%'"  bind N command-prompt "rename-session '%%'"  # Starting new windows -bind w new-window -c "$HOME" +bind w new-window -c "#{pane_current_path}"  bind W new-session -c "$HOME"  # Show tree   bind S choose-tree -Z diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 85f213d..0be7c8f 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -45,7 +45,7 @@ then  	plug "MichaelAquilina/zsh-auto-notify"  	export AUTO_NOTIFY_TITLE="zsh"  	export AUTO_NOTIFY_BODY="%command [%exit_code]" -	AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty") +	AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty" "pwsh")  fi  # Substring search settings diff --git a/config/essentials/zsh/widgets.zsh b/config/essentials/zsh/widgets.zsh index a7f8067..dd42788 100644 --- a/config/essentials/zsh/widgets.zsh +++ b/config/essentials/zsh/widgets.zsh @@ -21,6 +21,7 @@ toggle_prompt() {          eval "$(starship init zsh)"      else          PS1="$new_prompt" +        RPROMPT=""      fi      zle clear-screen  }  | 
