From: Taran Nathan Date: Thu, 11 Jun 2026 04:22:25 +0000 (-0400) Subject: untrack stuf X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=4ff4b83f80601767f595a77a5267c81bee250e76;p=filestuffs.git untrack stuf --- diff --git a/files/focus.sh b/files/focus.sh deleted file mode 100644 index 19de0b8..0000000 --- a/files/focus.sh +++ /dev/null @@ -1,19 +0,0 @@ -regex='(YouTube|: r\/|Reddit|Lunar)' - -while true; do - # get window name (trim trailing newline) - name="$(kdotool getactivewindow getwindowname 2>/dev/null | tr -d '\r\n')" - - if [[ -z "$name" ]]; then - sleep 1 - continue - fi - - if [[ "$name" =~ $regex ]]; then - echo "Match: $name" - notify-send "naughty boy" - # exit 0 - fi - - sleep 1 -done diff --git a/files/test.txt b/files/test.txt deleted file mode 100644 index 3fea1b8..0000000 --- a/files/test.txt +++ /dev/null @@ -1,3 +0,0 @@ -hello! - -bazinga!