Skip to content

A simple Python script to rename the current GNOME Workspace

Notifications You must be signed in to change notification settings

GustavoAle/gnome-rename-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gnome-rename-workspace

A simple Python script to rename the current GNOME Workspace.


View of Workspace Bar GNOME Extension

Zenity dialog asking for new label

Dependencies

The script runs on python3 and requires xdotool to get the current workspace index, and zenity to ask for new label.

Normally python3 and zenity comes installed in any distro with GNOME, so you only need to install xdotool

Fedora:

sudo dnf install xdotool

Ubuntu, Debian:

sudo apt install xdotool

Shortcut

For convenience you can set an shortcut to run the script, I personally prefer Super+F2 (since F2 is normally used to rename stuff and Super is used to change between workspaces)

Credit

About

A simple Python script to rename the current GNOME Workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages