Compare commits
4 Commits
bac8c87f4a
...
bfbe7c3467
Author | SHA1 | Date | |
---|---|---|---|
bfbe7c3467 | |||
6557b663de | |||
324d73a23a | |||
f0bb95cafd |
@ -6,7 +6,6 @@ force-window=yes
|
|||||||
keep-open=yes
|
keep-open=yes
|
||||||
# Always save the current playback position on exit
|
# Always save the current playback position on exit
|
||||||
save-position-on-quit=yes
|
save-position-on-quit=yes
|
||||||
|
|
||||||
# Create 'high-quality' profile
|
# Create 'high-quality' profile
|
||||||
[high-quality]
|
[high-quality]
|
||||||
# Describe this profile
|
# Describe this profile
|
||||||
@ -15,3 +14,7 @@ profile-desc="High quality rendering"
|
|||||||
profile=opengl-hq
|
profile=opengl-hq
|
||||||
# Disable debanding for better performance
|
# Disable debanding for better performance
|
||||||
deband=no
|
deband=no
|
||||||
|
# restrict readahead and backbuffer to 40MiB from default of 400MiB
|
||||||
|
cache=yes
|
||||||
|
demuxer-max-bytes=41943040
|
||||||
|
demuxer-max-back-bytes=41943040
|
||||||
|
@ -15,6 +15,21 @@ unbind-key p
|
|||||||
bind-key n next
|
bind-key n next
|
||||||
bind-key p prev
|
bind-key p prev
|
||||||
|
|
||||||
|
# unbind keys
|
||||||
|
unbind-key ENTER
|
||||||
|
unbind-key j
|
||||||
|
unbind-key k
|
||||||
|
unbind-key J
|
||||||
|
unbind-key K
|
||||||
|
|
||||||
|
# bind keys - vim style
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
bind-key l open
|
||||||
|
bind-key h quit
|
||||||
|
bind-key ESC quit
|
||||||
|
|
||||||
|
highlight all "====.*====" yellow
|
||||||
color listnormal cyan default
|
color listnormal cyan default
|
||||||
color listfocus black yellow standout bold
|
color listfocus black yellow standout bold
|
||||||
color listnormal_unread blue default
|
color listnormal_unread blue default
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
youtube-dl --extract-audio --audio-format mp3 $1
|
yt-dlp --extract-audio --audio-format mp3 $1
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
youtube-dl $1
|
yt-dlp $1
|
||||||
|
1
.zshrc
1
.zshrc
@ -106,6 +106,7 @@ alias mgr="cd $HOME/Documents/Mega-Documents/Magisterka-Marcin/Semestr1/"
|
|||||||
alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k"
|
alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k"
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias update-brew="brew upgrade --cask"
|
alias update-brew="brew upgrade --cask"
|
||||||
|
alias cl="cd $HOME/Documents/Collage/Semestr2"
|
||||||
|
|
||||||
# Cleaning-up
|
# Cleaning-up
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user