From 43b08d0c58effc26e9c39884fab66d9e8912c482 Mon Sep 17 00:00:00 2001 From: elkowar Date: Sat, 26 Apr 2025 23:26:16 +0200 Subject: [PATCH] toggle-overview bind --- eggs/niri/config.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eggs/niri/config.kdl b/eggs/niri/config.kdl index 863d4af..0550005 100644 --- a/eggs/niri/config.kdl +++ b/eggs/niri/config.kdl @@ -450,5 +450,7 @@ binds { Mod+Ctrl+Alt+Shift+Y { spawn "niri" "msg" "action" "set-dynamic-cast-monitor"; } Mod+Ctrl+Y { spawn "niri" "msg" "action" "clear-dynamic-cast-target"; } + Mod+Escape { spawn "niri" "msg" "action" "toggle-overview"; } + Mod+Shift+E { quit; } }