From e1d3296f88fc2d50c4849554322e2ff0563487a3 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 26 May 2023 12:58:05 -0500 Subject: add script to send notification with hyprlan window props --- notifyprop | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 notifyprop 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 -- cgit v1.2.3