A simple Python script to rename the current GNOME Workspace.
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
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)
- Author: Gustavo Ale
- GitHub: https://github.com/GustavoAle