diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 8ffe192..91c4139 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -226,7 +226,7 @@ in handle() { case $1 in - monitoradded*|monitorremoved*) + monitoradded\>\>*|monitorremoved\>\>*) echo "handling event: \"$1\"" update ;; esac