]> git.taranathan.com Git - filestuffs.git/commitdiff
untrack stuf
authorTaran Nathan <moogoesmeow123@gmail.com>
Thu, 11 Jun 2026 04:22:25 +0000 (00:22 -0400)
committerTaran Nathan <moogoesmeow123@gmail.com>
Thu, 11 Jun 2026 04:22:32 +0000 (00:22 -0400)
files/focus.sh [deleted file]
files/test.txt [deleted file]

diff --git a/files/focus.sh b/files/focus.sh
deleted file mode 100644 (file)
index 19de0b8..0000000
+++ /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 (file)
index 3fea1b8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-hello!
-
-bazinga!