summaryrefslogtreecommitdiff
path: root/notifyprop
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-15 20:48:59 -0500
committerzachir <zachir@librem.one>2025-07-15 20:48:59 -0500
commit0b5757ab583354257840b72afb3ee114196c5475 (patch)
tree22ebd30d6c27016064a737312fbc04eff1850ee4 /notifyprop
parent321d0dd7d4cd63b30b322d529f64e567d18086b2 (diff)
Remove a bunch of scripts I no longer need
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