From d09172cc8b74edf45e21e5629068e50fae20be1f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 11 Jul 2024 18:03:52 -0400 Subject: [PATCH] hyprland: Fix invalid dispatcher on startup from plugin This works strangely enough. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index baebbc2c..6484dce3 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -225,7 +225,7 @@ in "${super}, U, exec, ~/.config/${gapsScript}" "${super}, X, pin" "${super}, F, fullscreen" - "${super}, Tab, overview:toggle, all" + "${super}, Tab, exec, hyprctl dispatch overview:toggle" "${super}, S, swapactiveworkspaces, 0 1" "${super}_SHIFT, S, movetoworkspace, special" "${super}_SHIFT, A, exec, killall activate-linux || activate-linux -s 1.15 -x 412 -y 120 -c 1-1-1-0.05"