Compare commits

..

2 Commits

Author SHA1 Message Date
fe83c4be25 Use pipewire and dmabuf as backends in MPV 2022-11-18 13:58:19 +01:00
91c92e08d2 Remove line number neovim hack in switch-theme 2022-11-18 13:57:49 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ sub-font='Roboto Condensed'
sub-auto=all
sub-file-paths=Subs:subs
## HW Decoding
hwdec=auto-safe
vo=gpu
hwdec=vaapi
vo=dmabuf-wayland
profile=gpu-hq
## Volume settings
volume-max=200
@@ -19,3 +19,5 @@ gpu-context=wayland
geometry=70%x70%
## HACK use API instead of lcoal database for sponsorblock
script-opts-append=sponsorblock-local_database=no
## Use pipewire for audio
ao=pipewire

View File

@@ -12,7 +12,7 @@ change_theme() {
sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc
kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")"
tmux source-file ~/.tmux.conf
nvr --remote-send ":source ~/.config/nvim/init.vim <CR> :set nonumber <CR> :set norelativenumber <CR>"
nvr --remote-send ":source ~/.config/nvim/init.vim <CR>"
}
recolor_zathura() {