From 4ae5a608ff5772d5353b4a3dd11f7f9487cbbe89 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 24 Nov 2025 00:03:58 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/fuzzel/default.nix | 2 +- modules/wm/niri/config/config.kdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wm/fuzzel/default.nix b/modules/wm/fuzzel/default.nix index 3e5de6e..9731bbb 100644 --- a/modules/wm/fuzzel/default.nix +++ b/modules/wm/fuzzel/default.nix @@ -9,7 +9,7 @@ layer = "overlay"; }; colors = { - background = "#0f0b15"; + background = "0f0b15"; }; }; }; diff --git a/modules/wm/niri/config/config.kdl b/modules/wm/niri/config/config.kdl index c86aa60..6109a55 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 "anyrun"; } + Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; } 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"; }