summaryrefslogtreecommitdiff
path: root/notifyprop
diff options
context:
space:
mode:
Diffstat (limited to 'notifyprop')
-rwxr-xr-xnotifyprop5
1 files changed, 0 insertions, 5 deletions
diff --git a/notifyprop b/notifyprop
deleted file mode 100755
index ed5c86f..0000000
--- a/notifyprop
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-PROPS="$(xprop)"
-notify-send "notifyprop" "$PROPS"
-echo "$PROPS" >> /tmp/props.txt