summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix2
-rw-r--r--user-profiles/mpv/default.nix4
2 files changed, 2 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 17110772..e8ce4994 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -187,7 +187,7 @@ in {
187 mpv.config = { 187 mpv.config = {
188 demuxer-max-bytes = 1073741824; 188 demuxer-max-bytes = 1073741824;
189 demuxer-max-back-bytes = 268435456; 189 demuxer-max-back-bytes = 268435456;
190 gpu-api = "vulkan"; 190 vo = "dmabuf-wayland";
191 }; 191 };
192 192
193 zsh.initContent = let 193 zsh.initContent = let
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix
index 8cf330e8..7a261e76 100644
--- a/user-profiles/mpv/default.nix
+++ b/user-profiles/mpv/default.nix
@@ -111,9 +111,7 @@
111 audio-display = false; 111 audio-display = false;
112 osd-font = "Fira Sans"; 112 osd-font = "Fira Sans";
113 sub-font = "Fira Sans"; 113 sub-font = "Fira Sans";
114 # vo = "gpu"; 114 hwdec = "auto-safe";
115 vo = "gpu-next";
116 hwdec = "auto";
117 scale = "bilinear"; 115 scale = "bilinear";
118 force-window = "yes"; 116 force-window = "yes";
119 # af = "lavfi=[dynaudnorm=f=100:g=31:s=20.0]"; 117 # af = "lavfi=[dynaudnorm=f=100:g=31:s=20.0]";