aboutsummaryrefslogtreecommitdiff
path: root/scripts/change-tagname.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/change-tagname.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/change-tagname.sh b/scripts/change-tagname.sh
new file mode 100755
index 0000000..227d509
--- /dev/null
+++ b/scripts/change-tagname.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+name=$(echo -n "" | dmenu -p "tag name ::");
+
+[[ ! -z "$name" ]] && dwmc settagname "$name";
+