From b3931c5dd7006011720ac39db04136e69d02c952 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 8 Jan 2026 19:16:18 +0100 Subject: laptop pull and rebase --- hm/env/niri/binds.nix | 2 +- hm/soft/mpv.nix | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'hm') 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"; -- cgit v1.3