From c52e8e42b56c63194dfc89d20a679bb84f6df5dc Mon Sep 17 00:00:00 2001 From: ooks-io Date: Wed, 27 Mar 2024 22:35:03 +1300 Subject: [PATCH] feat(hyprland): update zellijmenu bind --- .../desktop/wayland/windowManager/hyprland/settings/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix index 2bcf09b..b934206 100644 --- a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix @@ -29,7 +29,7 @@ in "SUPERSHIFT, e, exec, ${explorer}" "SUPERSHIFT, S, exec, steam" "SUPER, escape, exec, ${terminal} --title=BTOP btop" - "SUPER CTRL, return, exec, zellijmenu --dmenu" + "SUPER CTRL, return, exec, zellijmenu -n" "SUPER, delete, exec, powermenu -c dmenu"