My Nix Configuration
2
fork

Configure Feed

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

[home.niri] update config

dish 2c9b0669 71acfc41

+6
+6
homeModules/niri/config.kdl
··· 105 105 } 106 106 107 107 window-rule { 108 + match app-id="SpaceIdle" 109 + open-maximized true 110 + } 111 + 112 + window-rule { 108 113 match title=r#"^Borderlands 2"# 109 114 open-fullscreen true 110 115 open-on-output "Acer Technologies SA241Y 0x1497CF17" ··· 114 119 Super+Shift+Slash { show-hotkey-overlay; } 115 120 116 121 Super+Space hotkey-overlay-title="Launcher" { spawn "dms" "ipc" "spotlight" "toggle"; } 122 + Super+B hotkey-overlay-title="Bitwarden" { spawn "dms" "ipc" "spotlight" "openQuery" "bw "; } 117 123 Super+Return hotkey-overlay-title="Open Terminal" { spawn "ghostty"; } 118 124 Super+X hotkey-overlay-title="Power Menu" { spawn "dms" "ipc" "powermenu" "toggle"; } 119 125 Super+Shift+X hotkey-overlay-title="Lock Session" { spawn "dms" "ipc" "lock" "lock"; }