## 0.3.0 - unreleased
-* Improved spice window handling.
-
* Per-mountpoint mode option (ro, rw).
-* Inotify action for watching a folder in the host and issuing commands in the
- guest upon change.
+* Spice:
+ * Improved spice window handling.
+
+ * Inotify action for watching a folder in the host and issuing commands in the
+ guest upon change.
+
+ * Notification on Awesome VM when a Spice session is triggered.
## 0.2.0 - 2024-07-02
exit 1
fi
+ # UX
+ if which awesome-client &> /dev/null; then
+ echo "naughty.notify({title = \"KVMX:\", text =\"Starting GUI session for $VM\", timeout = 2})" | awesome-client
+ fi
+
local spicestring
if [ "$spice_client" == "spicy" ] && which spicy &> /dev/null; then