diff options
| author | adikro <adikro@disroot.org> | 2025-12-23 19:53:08 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-23 19:53:08 +0100 |
| commit | a5436a6231f64d0f782efed777d4ef8c23e2a6f5 (patch) | |
| tree | e06d6eff6a0d69d39ba1a7cc6e29254ad30ac39d /hm | |
| parent | 2e0eb02fd744aed40ce61c56f5807c1e5e6f1224 (diff) | |
small mpv changes
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/env/niri/niri.nix | 3 | ||||
| -rw-r--r-- | hm/soft/media.nix | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index cc8899a..e43ba86 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -32,7 +32,7 @@ in mod-key = "Alt"; keyboard = { xkb.layout = "pl"; - repeat-delay = 400; + repeat-delay = 300; repeat-rate = 60; }; power-key-handling.enable = false; @@ -79,6 +79,7 @@ in position = "top"; }; }; + gestures.hot-corners.enable = false; spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } { command = [ "awww-daemon" ]; } diff --git a/hm/soft/media.nix b/hm/soft/media.nix index 0a17f3e..fdd49e4 100644 --- a/hm/soft/media.nix +++ b/hm/soft/media.nix @@ -10,7 +10,11 @@ in config = { profile = "gpu-hq"; vo = "gpu-next"; - hwdec = "auto-safe"; + gpu-api = "vulkan"; + hwdec = "vaapi"; + gpu-context = "wayland"; + scale = "ewa_lanczossharp"; + cscale = "ewa_lanczossharp"; save-position-on-quit = true; keep-open = "yes"; sub-auto = "fuzzy"; @@ -39,6 +43,7 @@ in }; home.packages = with pkgs; [ + anime4k syncplay-nogui ffmpeg imagemagick |
