diff options
author | zachir <zachir@librem.one> | 2023-05-26 12:58:05 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-26 12:58:05 -0500 |
commit | e1d3296f88fc2d50c4849554322e2ff0563487a3 (patch) | |
tree | 8a6f7f608d41217abf344bebd01178ba6e79c217 /notifyprop | |
parent | afb21f724821460b37b42fce1d8fef3e1ad8f945 (diff) |
add script to send notification with hyprlan window props
Diffstat (limited to 'notifyprop')
-rwxr-xr-x | notifyprop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notifyprop b/notifyprop new file mode 100755 index 0000000..ed5c86f --- /dev/null +++ b/notifyprop @@ -0,0 +1,5 @@ +#!/bin/sh + +PROPS="$(xprop)" +notify-send "notifyprop" "$PROPS" +echo "$PROPS" >> /tmp/props.txt |