diff options
-rwxr-xr-x | get-app-id | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/get-app-id b/get-app-id new file mode 100755 index 0000000..529b4c7 --- /dev/null +++ b/get-app-id @@ -0,0 +1,4 @@ +#!/bin/sh + +hyprctl activewindow -j | jq -a .class | xargs notify-send "class" +hyprctl activewindow -j | jq -a .title | xargs notify-send "title" |