Workspace Grid is looking for a new maintainer! If interested please visit https://github.com/workspace-grid/workspace-grid/issues/120 Till someone takes over and a new release is out you can try https://extensions.gnome.org/extension/1485/workspace-matrix/ on Gnome 3.32 Arranges workspaces in a configurable grid. Also: * implements keybindings for left/right workspace navigation (up/down are already implemented) * updates workspaces sidebar with grid configuration (use Remove Workspaces Sidebar if you don't want it). You may also wish to consider instead of/with this extension: Workspace Matrix, Frippery Bottom Panel (already has workspace grid functionality if you want a bottom panel); Frippery Static Workspaces (holds the number of workspaces static and skips all the workspace grid stuff); Remove Workspaces Sidebar; Workspace Indicator Extension (textual indicator/workspace switcher); WorkspaceBar (graphical indicator/workspace switcher); Workspace navigator extension (use arrow keys to navigate workspaces in the Overview). See homepage for more details.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
29 | Active |
28 | Rejected |
27 | Active |
26 | Active |
25 | Rejected |
24 | Active |
23 | Active |
22 | Active |
21 | Active |
20 | Active |
19 | Active |
18 | Active |
17 | Rejected |
16 | Rejected |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Rejected |
3 | Rejected |
2 | Active |
1 | Active |
This is best diff'd against v2 (I uploaded the wrong version for v3, and then did it *again* for v4 ... there should be a "cancel" page so I don't get all these dud "version: " entries in my metadata.json when they don't represent actual versions... Anyhow, third time lucky! (I keep switching between my main box 3.6 and my VM 3.4 and forgetting to push/pull changes between, hence uploading the wrong versions of everything)). Changes against v2: * general code tidying * in prefs.js the 'value-changed' signal of a Gtk.Scale changes even while the user is dragging the scale which is way too frequent. In absence of a 'drag-end' signal like the PopupSwitchMenuItem, I just added a Mainloop timeout to throttle the number of calls.