From 73f27bda566967da9cd46bd8d97f414fc2fd6a3e Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Thu, 5 Feb 2026 14:01:03 -0500 Subject: [PATCH] changes --- home/apps/mpv.nix | 1 - home/default.nix | 1 + home/tiling/niri.nix | 5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home/apps/mpv.nix b/home/apps/mpv.nix index adc3e82..2151e03 100644 --- a/home/apps/mpv.nix +++ b/home/apps/mpv.nix @@ -21,7 +21,6 @@ scripts = with pkgs.mpvScripts; [ uosc mpv-subtitle-lines # requires uosc - sponsorblock mpris autosub youtube-upnext diff --git a/home/default.nix b/home/default.nix index 81477c6..0d9aa01 100755 --- a/home/default.nix +++ b/home/default.nix @@ -36,6 +36,7 @@ sonarr flaresolverr nerd-fonts.fira-mono + ffmpeg-full # kde and kde theming kde-rounded-corners diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 0dcfa0a..0495b1d 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -75,7 +75,7 @@ height = 2160; refresh = 143.999; }; - scale = 1.5; + scale = 1.33; position = { x = 0; y = 0; @@ -84,7 +84,7 @@ }; cursor = { hide-when-typing = false; - hide-after-inactive-ms = 10000; + # hide-after-inactive-ms = 10000; size = config.userOptions.cursor.size; theme = config.userOptions.cursor.name; }; @@ -96,6 +96,7 @@ proportion = 0.5; }; preset-column-widths = [ + { proportion = 3.0 / 12.0; } { proportion = 4.0 / 12.0; } { proportion = 6.0 / 12.0; } { proportion = 8.0 / 12.0; }