(Snow)flakes for fluffy winters.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(home-manager/niri): re-enable floating/tiling hotkeys

+2 -2
+2 -2
modules/home-manager/niri/config.kdl
··· 584 584 Mod+Shift+Equal { set-window-height "+10%"; } 585 585 586 586 // Move the focused window between the floating and the tiling layout. 587 - // Mod+V { toggle-window-floating; } 588 - // Mod+Shift+V { switch-focus-between-floating-and-tiling; } 587 + Mod+N hotkey-overlay-title="Toggle Window Floating" { toggle-window-floating; } 588 + Mod+Shift+N hotkey-overlay-title="Switch Focus Between Floating and Tiling" { switch-focus-between-floating-and-tiling; } 589 589 590 590 // Toggle tabbed column display mode. 591 591 // Windows in this column will appear as vertical tabs,