Compare commits
No commits in common. "bfbe7c34672fa78ddb98d3e713b1591ca20e2cdd" and "bac8c87f4a3edd8acf4091d514f03f4206021b78" have entirely different histories.
bfbe7c3467
...
bac8c87f4a
@ -6,6 +6,7 @@ force-window=yes
|
||||
keep-open=yes
|
||||
# Always save the current playback position on exit
|
||||
save-position-on-quit=yes
|
||||
|
||||
# Create 'high-quality' profile
|
||||
[high-quality]
|
||||
# Describe this profile
|
||||
@ -14,7 +15,3 @@ profile-desc="High quality rendering"
|
||||
profile=opengl-hq
|
||||
# Disable debanding for better performance
|
||||
deband=no
|
||||
# restrict readahead and backbuffer to 40MiB from default of 400MiB
|
||||
cache=yes
|
||||
demuxer-max-bytes=41943040
|
||||
demuxer-max-back-bytes=41943040
|
||||
|
@ -15,21 +15,6 @@ unbind-key p
|
||||
bind-key n next
|
||||
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 listfocus black yellow standout bold
|
||||
color listnormal_unread blue default
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp --extract-audio --audio-format mp3 $1
|
||||
youtube-dl --extract-audio --audio-format mp3 $1
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp $1
|
||||
youtube-dl $1
|
||||
|
1
.zshrc
1
.zshrc
@ -106,7 +106,6 @@ alias mgr="cd $HOME/Documents/Mega-Documents/Magisterka-Marcin/Semestr1/"
|
||||
alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k"
|
||||
alias lg="lazygit"
|
||||
alias update-brew="brew upgrade --cask"
|
||||
alias cl="cd $HOME/Documents/Collage/Semestr2"
|
||||
|
||||
# Cleaning-up
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user