From aff55894ed1003d8d467a01b992b3f6680b84c4e Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sat, 11 Apr 2026 13:00:59 +0200 Subject: [PATCH] niri: add new overview keybind --- dotfiles/.config/niri/config.kdl | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 56c5e9e..dc65040 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -417,6 +417,7 @@ binds { // You can also move the mouse into the top-left hot corner, // or do a four-finger swipe up on a touchpad. Mod+O repeat=false { toggle-overview; } + Mod+A repeat=false { toggle-overview; } Mod+Q repeat=false { close-window; }