From 54a3e3e3f66842e50cc6b87fb0f2bc3b7294b33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 15 Mar 2026 11:34:47 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index ae125ed..8352ec2 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -85,7 +85,7 @@ layout = { gaps = 8; - default-column-width = {proportion = 1.0;}; + default-column-width = {proportion = 0.5;}; preset-column-widths = [ {proportion = 0.33333;} @@ -154,6 +154,9 @@ "Mod+Minus".action.set-column-width = ["-10%"]; "Mod+Plus".action.set-column-width = ["+10%"]; + "Mod+Tab".action.focus-workspace-down = []; + "Mod+Shift+Tab".action.focus-workspace-up = []; + "Print".action.screenshot = []; "Ctrl+Print".action.screenshot-screen = []; "Alt+Print".action.screenshot-window = [];