Compare commits
3 Commits
1b9ed79067
...
1e84ca72cf
Author | SHA1 | Date | |
---|---|---|---|
1e84ca72cf | |||
6b08e4b8ad | |||
cb69fd8d04 |
10
.bashrc
10
.bashrc
@ -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
|
||||||
|
@ -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
|
||||||
},
|
},
|
||||||
|
@ -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"
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
[open]
|
||||||
|
rules = [
|
||||||
|
{ mime = "video/*", use = "play" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[opener]
|
||||||
|
play = [
|
||||||
|
{ run = 'mpv "$@"', orphan = true}
|
||||||
|
]
|
1
remove_dolbyvision.txt
Normal file
1
remove_dolbyvision.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user