From 606166717999b1d0856e3a8564ea395eece36ff7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 28 Aug 2023 23:45:15 -0400 Subject: [PATCH] hyprland: Toggle rofi with super --- home/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index f5a9cd68..6ed4002b 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -177,8 +177,9 @@ in bind = $SUPER, F, fullscreen bind = $SUPER, S, exec, hyprctl dispatch swapactiveworkspaces 0 1 bind = $SUPER_SHIFT, S, movetoworkspace, special - bind = $SUPER, F1, exec, killall ..ironbar-wrapper || ironbar - bind = $SUPER, F1, exec, eww close overlay || eww open overlay + bind = $SUPER, O, exec, killall ..ironbar-wrapper || ironbar + bind = $SUPER, O, exec, eww close overlay || eww open overlay + bind = $SUPER, F1, exec, killall rofi || rofi -show drun bind = $SUPER, F2, togglespecialworkspace bind = $SUPER, Return, layoutmsg, swapwithmaster master