summaryrefslogtreecommitdiff
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/env/niri/binds.nix2
-rw-r--r--hm/soft/mpv.nix7
2 files changed, 4 insertions, 5 deletions
diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix
index df5e34d..57cf66a 100644
--- a/hm/env/niri/binds.nix
+++ b/hm/env/niri/binds.nix
@@ -2,7 +2,7 @@
with config.lib.niri.actions;
let
playerctl = spawn "${pkgs.playerctl}/bin/playerctl";
- ss = "/media/pics/ss/$(date +%Y-%m-%d_%H-%M-%S)";
+ ss = "${toString cfg.mediaPath}/pics/ss/$(date +%Y-%m-%d_%H-%M-%S)";
in
{
"Mod+O" = {
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index da4b591..4af4198 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -39,10 +39,9 @@ in
profile = "gpu-hq";
gpu-api = "vulkan";
vo = "gpu-next";
-
- hwdec = "auto-safe";
- gpu-hwdec-interop = "vaapi";
- hwdec-codecs = "all";
+ hwdec = "vaapi";
+ # gpu-hwdec-interop = "vaapi";
+ # hwdec-codecs = "all";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczos";