diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-05-06 13:52:05 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-05-06 13:52:05 +0300 |
commit | 776e34478596a408688c3559b2008ac8c4cb3c57 (patch) | |
tree | a90b0965d295e453d8f966a21cc163fb996051b1 /dotfiles/.config/niri/config.kdl | |
parent | dd00aee82134d4f1b41463c5371f1ee943a9ec7a (diff) | |
download | swayrice-776e34478596a408688c3559b2008ac8c4cb3c57.tar.gz swayrice-776e34478596a408688c3559b2008ac8c4cb3c57.zip |
niri: add window switcher to main rofi menuniri
And remove useless combi mode.
Diffstat (limited to 'dotfiles/.config/niri/config.kdl')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 18053c2..110b5b2 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -421,7 +421,9 @@ 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+D { + spawn "rofi" "-show" "drun" "-sidebar-mode" "-modi" "window,drun,run,ssh,filebrowser"; + } Mod+S { toggle-overview; } Mod+X { spawn "lock-color"; } Mod+Shift+X { spawn "lock-color" "screenon"; } |