diff --git a/modules/home/gui/desktop/niri/default.nix b/modules/home/gui/desktop/niri/default.nix index 6eefe14..dbcf3fa 100755 --- a/modules/home/gui/desktop/niri/default.nix +++ b/modules/home/gui/desktop/niri/default.nix @@ -149,8 +149,8 @@ in "Super+5".action = niri.focus-workspace workspace4; "Super+c".action = niri.focus-column-or-monitor-left; - "Super+a".action = niri.focus-window-or-monitor-up; - "Super+e".action = niri.focus-window-or-monitor-down; + "Super+a".action = niri.focus-window-or-workspace-up; + "Super+e".action = niri.focus-window-or-workspace-down; "Super+i".action = niri.focus-column-or-monitor-right; "Super+Shift+t".action = niri.spawn "ghostty"; @@ -160,8 +160,12 @@ in "Ctrl+Alt+c".action = niri.move-column-left; "Ctrl+Alt+i".action = niri.move-column-right; + "Ctrl+Alt+f".action = niri.set-column-width "-10%"; + "Ctrl+Alt+o".action = niri.set-column-width "+10%"; }; + hotkey-overlay.skip-at-startup = true; + outputs = { "DP-1" = { background-color = makeColour el.base02; @@ -286,15 +290,7 @@ in } { clip-to-geometry = true; - focus-ring = { - active.color = makeColour el.base0E; - inactive.color = makeColour el.base02; - }; - border = { - width = 1; - active.color = makeColour el.base0E; - inactive.color = makeColour el.base02; - }; + focus-ring.enable = false; geometry-corner-radius = let radius = 10.0; @@ -309,14 +305,13 @@ in ]; layout = { + border = { + enable = true; + width = 2; + active.color = makeColour el.base0E; + inactive.color = makeColour el.base02; + }; gaps = 10; - focus-ring.enable = true; - # struts = { - # top = 0; - # bottom = 0; - # left = 0; - # right = 0; - # }; shadow = { enable = true; color = el.base11;