GustavoAle / gnome-rename-workspace

A simple Python script to rename the current GNOME Workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%