Compare commits
No commits in common. "fe83c4be250c8ebf997584e0f914513871e4dedd" and "f6ace04d40399e702cb4bc4ece941308d91afed9" have entirely different histories.
fe83c4be25
...
f6ace04d40
|
@ -5,8 +5,8 @@ sub-font='Roboto Condensed'
|
||||||
sub-auto=all
|
sub-auto=all
|
||||||
sub-file-paths=Subs:subs
|
sub-file-paths=Subs:subs
|
||||||
## HW Decoding
|
## HW Decoding
|
||||||
hwdec=vaapi
|
hwdec=auto-safe
|
||||||
vo=dmabuf-wayland
|
vo=gpu
|
||||||
profile=gpu-hq
|
profile=gpu-hq
|
||||||
## Volume settings
|
## Volume settings
|
||||||
volume-max=200
|
volume-max=200
|
||||||
|
@ -19,5 +19,3 @@ gpu-context=wayland
|
||||||
geometry=70%x70%
|
geometry=70%x70%
|
||||||
## HACK use API instead of lcoal database for sponsorblock
|
## HACK use API instead of lcoal database for sponsorblock
|
||||||
script-opts-append=sponsorblock-local_database=no
|
script-opts-append=sponsorblock-local_database=no
|
||||||
## Use pipewire for audio
|
|
||||||
ao=pipewire
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ change_theme() {
|
||||||
sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc
|
sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc
|
||||||
kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")"
|
kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")"
|
||||||
tmux source-file ~/.tmux.conf
|
tmux source-file ~/.tmux.conf
|
||||||
nvr --remote-send ":source ~/.config/nvim/init.vim <CR>"
|
nvr --remote-send ":source ~/.config/nvim/init.vim <CR> :set nonumber <CR> :set norelativenumber <CR>"
|
||||||
}
|
}
|
||||||
|
|
||||||
recolor_zathura() {
|
recolor_zathura() {
|
||||||
|
|
Loading…
Reference in New Issue