add mpv config
This commit is contained in:
parent
95120676a2
commit
7a08f92097
2 changed files with 6 additions and 0 deletions
5
home/mpv/config
Normal file
5
home/mpv/config
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
save-position-on-quit
|
||||||
|
keep-open
|
||||||
|
hwdec=auto-safe
|
||||||
|
vo=gpu
|
||||||
|
gpu-context=wayland
|
|
@ -119,6 +119,7 @@
|
||||||
sway.source = ../sway;
|
sway.source = ../sway;
|
||||||
rofi.source = ../rofi;
|
rofi.source = ../rofi;
|
||||||
waybar.source = ../waybar;
|
waybar.source = ../waybar;
|
||||||
|
mpv.source = ../mpv;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.newsboat = {
|
programs.newsboat = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue