summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-05-26 12:58:05 -0500
committerzachir <zachir@librem.one>2023-05-26 12:58:05 -0500
commite1d3296f88fc2d50c4849554322e2ff0563487a3 (patch)
tree8a6f7f608d41217abf344bebd01178ba6e79c217
parentafb21f724821460b37b42fce1d8fef3e1ad8f945 (diff)
add script to send notification with hyprlan window props
-rwxr-xr-xnotifyprop5
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