From d994c9c721fce370c192f8420dbc2964a78b79e1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 1 Mar 2025 22:28:31 +0100 Subject: [PATCH] feat: remove pkill for wallpaper-picker since it's not required anymore --- modules/home/hyprland/config.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 4f159f9..1e559df 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -221,7 +221,7 @@ "$mainMod, E, exec, thunar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "$mainMod, C ,exec, hyprpicker -a" - "$mainMod, W ,exec, pkill wofi || wallpaper-picker" + "$mainMod, W ,exec, wallpaper-picker" # clipboard manager "$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy" @@ -326,9 +326,6 @@ "size 950 600,title:^(float_kitty)$" "float,audacious" "workspace 8 silent, audacious" - "pin,wofi" - "float,wofi" - "noborder,wofi" "tile, neovide" "idleinhibit focus,mpv" "float,udiskie"