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"; }