From 66733518a309594837ac5de9962c031c06fac2af Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 23:48:47 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/anyrun/default.nix | 18 +++++++++--------- modules/wm/niri/config/config.kdl | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/wm/anyrun/default.nix b/modules/wm/anyrun/default.nix index b82ebe2..bdd62a0 100644 --- a/modules/wm/anyrun/default.nix +++ b/modules/wm/anyrun/default.nix @@ -26,15 +26,15 @@ # Inline comments are supported for language injection into # multi-line strings with Treesitter! (Depends on your editor) - extraCss = /*css */ '' - ''; + # extraCss = /*css */ '' + # ''; - extraConfigFiles."some-plugin.ron".text = '' - Config( - // for any other plugin - // this file will be put in ~/.config/anyrun/some-plugin.ron - // refer to docs of xdg.configFile for available options - ) - ''; + # extraConfigFiles."some-plugin.ron".text = '' + # Config( + # // for any other plugin + # // this file will be put in ~/.config/anyrun/some-plugin.ron + # // refer to docs of xdg.configFile for available options + # ) + # ''; }; } diff --git a/modules/wm/niri/config/config.kdl b/modules/wm/niri/config/config.kdl index 6109a55..c86aa60 100644 --- a/modules/wm/niri/config/config.kdl +++ b/modules/wm/niri/config/config.kdl @@ -276,7 +276,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; } - Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; } + Mod+Space hotkey-overlay-title="Launcher" { spawn "anyrun"; } Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; } Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; } Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }