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 = [];