Commit b3a2f38

HPCesia <me@hpcesia.com>
2026-04-06 18:25:35
feat: update niri keybinds
1 parent 413e207
Changed files (1)
modules
desktop
de
custom
modules/desktop/de/custom/wm/niri/keybinding.nix
@@ -68,6 +68,7 @@
       "Mod+F".action = maximize-column;
       "Mod+Shift+F".action = fullscreen-window;
       "Mod+Ctrl+F".action = {maximize-window-to-edges = [];};
+      "Mod+Ctrl+Shift+F".action = {toggle-windowed-fullscreen = [];};
 
       "Mod+BracketLeft".action = consume-or-expel-window-left;
       "Mod+BracketRight".action = consume-or-expel-window-right;