From 4fb27dcbf73fea431ba01b480c20958846bdf605 Mon Sep 17 00:00:00 2001 From: ElKowar Date: Fri, 25 Apr 2025 12:43:14 +0200 Subject: [PATCH] Add overview bind to niri --- eggs/niri/config.kdl | 1 + 1 file changed, 1 insertion(+) diff --git a/eggs/niri/config.kdl b/eggs/niri/config.kdl index 863d4af..2a99883 100644 --- a/eggs/niri/config.kdl +++ b/eggs/niri/config.kdl @@ -451,4 +451,5 @@ binds { Mod+Ctrl+Y { spawn "niri" "msg" "action" "clear-dynamic-cast-target"; } Mod+Shift+E { quit; } + Mod+Escape { toggle-overview; } }