Glam Prestige Journal

Bright entertainment trends with youth appeal.

I decided today to use workspaces on Ubuntu 20.04. I see that every workspace I create is named: Workspace 1, Workspace 2, etc.

Is there a way to rename that to meaningful names such as Study, Video, etc.?

P.S: Searching on Google doesn't return any useful results.

1 Answer

In a default Ubuntu installation, workspace names have little visibility, and there is no user exposed way to rename them. Still, they can be renamed using the gsettings command, e.g:

gsettings set org.gnome.desktop.wm.preferences workspace-names "['Browser', 'Terminal', 'Word', 'Games','Settings']"

or using dconf editor.

To reset to the default, issue the command:

gsettings reset org.gnome.desktop.wm.preferences workspace-names

Extensions may expose the setting. The official Gnome Shell extension Workspace Indicator by fmuellner (part of Classical Gnome) exposes an option to rename the workspaces.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy