diff options
author | zachir <zachir@librem.one> | 2025-07-15 20:48:59 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 20:48:59 -0500 |
commit | 0b5757ab583354257840b72afb3ee114196c5475 (patch) | |
tree | 22ebd30d6c27016064a737312fbc04eff1850ee4 /notifyprop | |
parent | 321d0dd7d4cd63b30b322d529f64e567d18086b2 (diff) |
Remove a bunch of scripts I no longer need
Diffstat (limited to 'notifyprop')
-rwxr-xr-x | notifyprop | 5 |
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 |