Nixfiles! :3
0

Configure Feed

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

bruh


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Apr 16, 2026, 6:17 PM +0200) f6b41c86 bdaed1d1

+6 -6
+6 -6
home/modules/niri.nix
··· 585 585 "Mod+Shift+X".action.switch-focus-between-floating-and-tiling = [ ]; 586 586 "Mod+W".action.toggle-column-tabbed-display = [ ]; 587 587 588 - "Super+Shift+S".action.screenshot = [ ]; 589 - "Super+Ctrl+Shift+S".action.screenshot-screen = [ ]; 590 - "Super+Alt+Shift+S".action.screenshot-window = [ ]; 588 + "Mod+Shift+S".action.screenshot = [ ]; 589 + "Mod+Ctrl+Shift+S".action.screenshot-screen = [ ]; 590 + "Mod+Alt+Shift+S".action.screenshot-window = [ ]; 591 591 "Print".action.screenshot = [ ]; 592 592 "Ctrl+Print".action.screenshot-screen = [ ]; 593 593 "Alt+Print".action.screenshot-window = [ ]; 594 594 595 - "Mod+Escape" = { 595 + "Mod+Ctrl+Escape" = { 596 596 action.toggle-keyboard-shortcuts-inhibit = [ ]; 597 597 allow-inhibiting = false; 598 598 }; 599 599 600 - "Super+Shift+Escape".action.spawn = "wlogout"; 601 - "Super+Escape" = { 600 + "Mod+Shift+Escape".action.spawn = "wlogout"; 601 + "Mod+Escape" = { 602 602 action.spawn = [ 603 603 "sh" 604 604 "-c"