From e1c14f0cb41a19f019032311b7792824787358aa Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 19:09:18 -0400 Subject: [PATCH] hyprland: Separate overlay toggle from bar --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index c5fc7f6c..3bf7d05e 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -179,7 +179,7 @@ in bind = $SUPER, S, exec, hyprctl dispatch swapactiveworkspaces 0 1 bind = $SUPER_SHIFT, S, movetoworkspace, special bind = $SUPER, O, exec, killall .ironbar-wrapper || ironbar - bind = $SUPER, O, exec, eww close overlay || eww open overlay + bind = $SUPER_SHIFT, O, exec, eww close overlay || eww open overlay bind = $SUPER, F1, exec, killall rofi || rofi -show drun bind = $SUPER, F2, togglespecialworkspace