Compare commits
No commits in common. "1e84ca72cf87ee83703b28e5ef8c08fa70b8eefa" and "1b9ed79067c91bafd2a4803bc8a93dd603596faa" have entirely different histories.
1e84ca72cf
...
1b9ed79067
10
.bashrc
10
.bashrc
@ -129,9 +129,9 @@ fi
|
||||
# Disable the bell
|
||||
if [[ $iatest -gt 0 ]]; then bind "set bell-style visible"; fi
|
||||
|
||||
## Use bash-completion, if available
|
||||
#[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
|
||||
# . /usr/share/bash-completion/bash_completion
|
||||
# Use bash-completion, if available
|
||||
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
|
||||
#######################################################
|
||||
# Functions
|
||||
@ -197,7 +197,3 @@ eval "$(starship init bash)"
|
||||
|
||||
# Zoxide
|
||||
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",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wireguard-toggle.sh",
|
||||
"interval": 3,
|
||||
"interval": 2,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
@ -12,13 +12,3 @@ desc = "Go to ~/Documents/Programming"
|
||||
on = [ "g", "u" ]
|
||||
run = "cd ~/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"
|
||||
|
@ -1,9 +0,0 @@
|
||||
[open]
|
||||
rules = [
|
||||
{ mime = "video/*", use = "play" },
|
||||
]
|
||||
|
||||
[opener]
|
||||
play = [
|
||||
{ run = 'mpv "$@"', orphan = true}
|
||||
]
|
@ -1 +0,0 @@
|
||||
/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