#!/bin/sh PROPS="$(xprop)" notify-send "notifyprop" "$PROPS" echo "$PROPS" >> /tmp/props.txt