diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-04-26 00:05:33 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-04-26 00:05:44 +0300 |
commit | 2b9a220d2bbaf5138f82a0f2702e129b2c00e890 (patch) | |
tree | 9a34df8d176575566414a2d1a4ab1fc3b8b667eb | |
parent | a8406520948a4b5d34c2a7288ba89409867b6014 (diff) | |
download | swayrice-2b9a220d2bbaf5138f82a0f2702e129b2c00e890.tar.gz swayrice-2b9a220d2bbaf5138f82a0f2702e129b2c00e890.zip |
niri: binding for new overview feature
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index f3eb4db..e29662a 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -404,6 +404,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return { spawn "alacritty"; } Mod+D { spawn "rofi" "-show" "drun" "-sidebar-mode" "-modi" "drun,run,filebrowser,ssh,combi"; } + Mod+S { toggle-overview; } Mod+X { spawn "lock-color"; } Mod+Shift+X { spawn "lock-color" "screenon"; } |