summaryrefslogtreecommitdiff
path: root/i3blocks-title.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3blocks-title.sh')
-rwxr-xr-xi3blocks-title.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/i3blocks-title.sh b/i3blocks-title.sh
deleted file mode 100755
index cce4fc4..0000000
--- a/i3blocks-title.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-name=$(xdotool getactivewindow getwindowname)
-[ -n "$name" ] && printf "%s\n" "$(xdotool getactivewindow getwindowname)"