summaryrefslogtreecommitdiff
path: root/get-app-id
blob: 529b4c7d47c39c6652fc9e1e03b9416b470c54de (plain)
1
2
3
4
#!/bin/sh

hyprctl activewindow -j | jq -a .class | xargs notify-send "class"
hyprctl activewindow -j | jq -a .title | xargs notify-send "title"