From 40ca636a5179b6906e79ab4c847c014dadf0b726 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jul 2023 19:37:03 -0400 Subject: [PATCH] hyprland: Use ironbar as a menu Makes things simple and avoids having multiple ways to do the same thing (launch applications). Note that two dots are used here since at some point I presumably made a wrapper inside a wrapper, which should probably be fixed later. --- home/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 0489f60..7759b81 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -133,13 +133,12 @@ in bind = $SUPER, B, centerwindow bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int"))) bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh - bind = $SUPER, O, exec, killall .ironbar-wrapper || ironbar bind = $SUPER, X, pin bind = $SUPER, F, fullscreen bind = $SUPER, S, togglespecialworkspace bind = $SUPER_SHIFT, S, movetoworkspace, special bind = $SUPER_SHIFT, S, focuscurrentorlast - bind = $SUPER, F1, exec, killall bemenu-run || bemenu-run + bind = $SUPER, F1, exec, killall ..ironbar-wrapper || ironbar bind = $SUPER, F2, togglespecialworkspace bind = $SUPER, Return, layoutmsg, swapwithmaster master