From c56201b8f1fa477e04adcb673a5e0b79a28d02e3 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 22 Dec 2025 20:34:51 +0200 Subject: [PATCH] feat: niri fullscreen bind --- modules/hosts/ws/arwen/niri.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hosts/ws/arwen/niri.kdl b/modules/hosts/ws/arwen/niri.kdl index 08e5ae2..433c3f3 100644 --- a/modules/hosts/ws/arwen/niri.kdl +++ b/modules/hosts/ws/arwen/niri.kdl @@ -43,6 +43,8 @@ binds { Mod+Shift+E { quit; } + Mod+F { fullscreen-window; } + Mod+H { focus-column-left; } Mod+J { focus-window-down; } Mod+K { focus-window-up; } -- 2.44.1