BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 90 forks source link

command to rename workspace #41

Closed BurntSushi closed 11 years ago

BurntSushi commented 11 years ago
RenameWorkspace (Workspace :: int | string) (NewName :: string)
        Renames the workspace specified by Workspace to the name in NewName.

        Workspace may be a workspace index (integer) starting at 0, or a workspace name.
        NewName can only be a string.