Don't use list of workspaces for renaming

This commit is contained in:
David Holland 2020-03-27 00:48:15 +01:00
parent 1631cce248
commit 0270c9dfae
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ case $1 in
dmenu_string="Swap and follow desktop with desktop: " ;;
esac
if [[ $1 == "delete" ]]; then
if [[ $1 == "delete" || $1 == "rename" ]]; then
desktop=$(echo "" | dmenu -p "$dmenu_string")
else
if [[ $1 != "bubbleprev" && $1 != "bubblenext" ]]; then