Don't use list of workspaces for renaming
This commit is contained in:
parent
1631cce248
commit
0270c9dfae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue