From 9ac430e9e4572172c26bd8a7d5554ced8224b489 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 21 Jul 2024 10:07:35 +0200 Subject: [PATCH] pinwheel: Be more specific about what events to handle in `hyprland` --- hosts/pinwheel/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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