aboutsummaryrefslogtreecommitdiff
path: root/scripts/change-tagname.sh
blob: 227d5090fa8829f804bd513588c4f6983d5a5f12 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash

name=$(echo -n "" | dmenu -p "tag name ::");

[[ ! -z "$name" ]] && dwmc settagname "$name";