From bf71afb8b549cd4a227a94e789f94152c4facd93 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 16 Jan 2026 16:59:18 -0600 Subject: [PATCH] fix lumina size --- home/modules/niri.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index da92f51..f12bbb4 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -182,6 +182,11 @@ in { matches = [ {app-id = "emacs";} ]; open-on-output = "DP-1"; + default-column-width.proportion = 1.0; + } + { + matches = [ {app-id = "lumina";} ]; + default-column-width.proportion = 1.0; } { matches = [{app-id = "org.qutebrowser.qutebrowser";}];