#!/bin/sh hyprctl activewindow -j | jq -a .class | xargs notify-send "class" hyprctl activewindow -j | jq -a .title | xargs notify-send "title"