pinwheel: Be more specific about what events to handle in hyprland

This commit is contained in:
Alexander Heldt
2024-07-21 10:07:35 +02:00
parent 428e733946
commit 9ac430e9e4

View File

@@ -226,7 +226,7 @@ in
handle() {
case $1 in
monitoradded*|monitorremoved*)
monitoradded\>\>*|monitorremoved\>\>*)
echo "handling event: \"$1\""
update ;;
esac