From af817d665a02d7cef704509db8db9f1bd94f3059 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 26 Apr 2024 16:11:13 +0200 Subject: [PATCH] removed fuzzel prompt --- modules/system/niri/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/niri/default.nix b/modules/system/niri/default.nix index 3b32e30..5552ce7 100644 --- a/modules/system/niri/default.nix +++ b/modules/system/niri/default.nix @@ -81,14 +81,14 @@ { command = ["waybar"]; } { command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; } { command = ["pamixer" "--set-volume" "0"]; } - { command = ["systemctl" "--user" "restart" "spotifyd.service"]; } { command = ["brightnessctl" "s" "50%"]; } + { command = ["systemctl" "--user" "restart" "spotifyd.service"]; } ]; binds = { "Mod+T".action.spawn = "alacritty"; "Mod+B".action.spawn = "firefox"; - "Mod+S".action.spawn = ["fuzzel" "-I" "-T" "alacritty"]; + "Mod+S".action.spawn = ["fuzzel" "-I" "-T" "alacritty" "-p" ""]; "XF86AudioRaiseVolume".action.spawn = ["pamixer" "-i" "5"]; "XF86AudioLowerVolume".action.spawn = ["pamixer" "-d" "5"];