Compare commits

...

3 Commits

Author SHA1 Message Date
1e84ca72cf various yazi keybinds 2025-05-31 16:27:08 +02:00
6b08e4b8ad nvm 2025-05-31 16:26:59 +02:00
cb69fd8d04 remove dolby vision command 2025-05-31 16:26:29 +02:00
5 changed files with 28 additions and 4 deletions

10
.bashrc
View File

@ -129,9 +129,9 @@ fi
# Disable the bell # Disable the bell
if [[ $iatest -gt 0 ]]; then bind "set bell-style visible"; fi if [[ $iatest -gt 0 ]]; then bind "set bell-style visible"; fi
# Use bash-completion, if available ## Use bash-completion, if available
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ #[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion # . /usr/share/bash-completion/bash_completion
####################################################### #######################################################
# Functions # Functions
@ -197,3 +197,7 @@ eval "$(starship init bash)"
# Zoxide # Zoxide
eval "$(zoxide init bash)" eval "$(zoxide init bash)"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

View File

@ -187,7 +187,7 @@
"return-type": "json", "return-type": "json",
"format": "{}", "format": "{}",
"on-click": "~/.config/waybar/scripts/wireguard-toggle.sh", "on-click": "~/.config/waybar/scripts/wireguard-toggle.sh",
"interval": 2, "interval": 3,
"min-length": 1, "min-length": 1,
"max-length": 1 "max-length": 1
}, },

View File

@ -12,3 +12,13 @@ desc = "Go to ~/Documents/Programming"
on = [ "g", "u" ] on = [ "g", "u" ]
run = "cd ~/Documents/Uni" run = "cd ~/Documents/Uni"
desc = "Go to ~/Documents/Uni" desc = "Go to ~/Documents/Uni"
[[manager.append_keymap]]
on = [ "g", "s" ]
run = "cd /mnt/smb"
desc = "Go to /mnt/smb"
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"

View File

@ -0,0 +1,9 @@
[open]
rules = [
{ mime = "video/*", use = "play" },
]
[opener]
play = [
{ run = 'mpv "$@"', orphan = true}
]

1
remove_dolbyvision.txt Normal file
View File

@ -0,0 +1 @@
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "/makemkv/output/John_Wick_4.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled John_Wick_4.mkv