Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to rename workspaces on Ubuntu 20.04

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.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

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.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading