diff options
Diffstat (limited to 'dotfiles/.config/niri/config.kdl')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index ca9a410..b4f86e3 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -53,7 +53,7 @@ input { // Focus windows and outputs automatically when moving the mouse into them. // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen. - focus-follows-mouse + // focus-follows-mouse // focus-follows-mouse max-scroll-amount="0%" } @@ -560,6 +560,10 @@ binds { Mod+Shift+Minus { set-window-height "-10%"; } Mod+Shift+Equal { set-window-height "+10%"; } + // Switch between floating and tiling. + Mod+Shift+Space { toggle-window-floating; } + Mod+Space { switch-focus-between-floating-and-tiling; } + // Actions to switch layouts. // Note: if you uncomment these, make sure you do NOT have // a matching layout switch hotkey configured in xkb options above. |