diff options
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 |