Nixfiles! :3
0

Configure Feed

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

KRunner stopped showing applications so I'll just use that unstyled wofi now


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

MLC Bloeiman (May 18, 2026, 9:54 AM +0200) afc774d6 120c26fa

+4 -2
+4 -2
home/modules/niri.nix
··· 317 317 }; 318 318 "Mod+D" = { 319 319 action.spawn = [ 320 - "krunner" 320 + "wofi" 321 + "--show" 322 + "drun" 321 323 ]; 322 - hotkey-overlay.title = "Launcher"; 324 + hotkey-overlay.title = "Dynamic Runner"; 323 325 }; 324 326 "Mod+Shift+D" = { 325 327 action.spawn = [ "krunner" ];