From 36449de13970db3b0714479389c394859116ca40 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 7 Oct 2025 09:27:13 -0500 Subject: [PATCH] screenshot and files looks --- home/modules/niri.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 0db5e42..7245497 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -134,6 +134,7 @@ in "Super+Period".action = consume-or-expel-window-right; "Super+Alt+L".action = focus-monitor-right; "Super+Alt+H".action = focus-monitor-left; + "Super+Shift+P".action = screenshot; }; spawn-at-startup = [ { argv = ["waybar"]; } @@ -186,7 +187,7 @@ in matches = [{app-id = "com.system76.CosmicFiles";}]; open-floating = true; default-column-width.proportion = 0.6; - default-window-height.proportion = 0.5; + default-window-height.proportion = 0.7; } { matches = [{app-id = "bluetui";}];