From a6379abd7da8774e1aecf138bc7ba7135cc27c52 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 15 Sep 2024 19:49:34 -0500 Subject: [PATCH] menu: use applications module instead of combined Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 2 +- options/custom/programs/walker/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index fec0299..6c8c702 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -101,7 +101,7 @@ in { (key "Control_L" "Super+Ctrl+Alt+Shift" "layoutmsg" "removemaster") (key "Control_L" "Super+Ctrl+Shift" "layoutmsg" "addmaster") (key "Shift_L" "Super+Shift" "workspace" "previous") - (key "Super_L" "Super" "exec" "${menu}") + (key "Super_L" "Super" "exec" "${menu} --applications") (key "Super_L" "Super+Alt" "exec" "${menu} --passwords") (key "Super_L" "Super+Ctrl" "exec" "${menu} --calculator") (key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} --networks") diff --git a/options/custom/programs/walker/default.nix b/options/custom/programs/walker/default.nix index 37b3eb7..35140ce 100644 --- a/options/custom/programs/walker/default.nix +++ b/options/custom/programs/walker/default.nix @@ -47,7 +47,6 @@ in { #// actions = false; # Desktop file actions switcher_only = false; - weight = 10; }; dmenu = {