Can I have 2x2 workspaces in GNOME 3?
I have just upgraded to Ubuntu 17.10 and found out there is no option to have 2 by 2 workspaces. I was able to configure 4 "static" workspaces using GNOME Tweak Tool, but I would like to have them in 2 rows by 2. Any ideas?
17.10 workspaces gnome-shell gnome-tweak-tool
add a comment |
I have just upgraded to Ubuntu 17.10 and found out there is no option to have 2 by 2 workspaces. I was able to configure 4 "static" workspaces using GNOME Tweak Tool, but I would like to have them in 2 rows by 2. Any ideas?
17.10 workspaces gnome-shell gnome-tweak-tool
add a comment |
I have just upgraded to Ubuntu 17.10 and found out there is no option to have 2 by 2 workspaces. I was able to configure 4 "static" workspaces using GNOME Tweak Tool, but I would like to have them in 2 rows by 2. Any ideas?
17.10 workspaces gnome-shell gnome-tweak-tool
I have just upgraded to Ubuntu 17.10 and found out there is no option to have 2 by 2 workspaces. I was able to configure 4 "static" workspaces using GNOME Tweak Tool, but I would like to have them in 2 rows by 2. Any ideas?
17.10 workspaces gnome-shell gnome-tweak-tool
17.10 workspaces gnome-shell gnome-tweak-tool
edited Jul 3 '18 at 10:53
pomsky
30.4k1193127
30.4k1193127
asked Oct 19 '17 at 18:19
Juraj.LorincJuraj.Lorinc
4543716
4543716
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After you have disabled "dynamic" workspaces using (GNOME) Tweaks and enabled "static" ones (with a fixed number, 4 in this case), install a GNOME extension called Workspace Grid. It
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).

From the extension's preferences you will be able to set your preferred layout (e.g. 2x2, 2x3, 3x3 etc.).
You may see its GitHub page for more detailed info.
Officially it doesn't support GNOME v3.26 yet, but it should work fine. Otherwise, you may be able to make it work adding "3.26" to its metadata.json file.
Update from the asker:
It worked out of the box without changing anything. Even my old custom shortcuts worked.
2
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
The instructions of this plugin sayOpen gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip filebut for me on the "Extensions" Tab of the tool I did not found this option...
– Enrique Moreno Tent
Oct 19 '17 at 22:59
2
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract thezipat~/.local/share/gnome-shell/extensions.
– pomsky
Oct 19 '17 at 23:24
2
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f966442%2fcan-i-have-2x2-workspaces-in-gnome-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
After you have disabled "dynamic" workspaces using (GNOME) Tweaks and enabled "static" ones (with a fixed number, 4 in this case), install a GNOME extension called Workspace Grid. It
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).

From the extension's preferences you will be able to set your preferred layout (e.g. 2x2, 2x3, 3x3 etc.).
You may see its GitHub page for more detailed info.
Officially it doesn't support GNOME v3.26 yet, but it should work fine. Otherwise, you may be able to make it work adding "3.26" to its metadata.json file.
Update from the asker:
It worked out of the box without changing anything. Even my old custom shortcuts worked.
2
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
The instructions of this plugin sayOpen gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip filebut for me on the "Extensions" Tab of the tool I did not found this option...
– Enrique Moreno Tent
Oct 19 '17 at 22:59
2
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract thezipat~/.local/share/gnome-shell/extensions.
– pomsky
Oct 19 '17 at 23:24
2
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
|
show 1 more comment
After you have disabled "dynamic" workspaces using (GNOME) Tweaks and enabled "static" ones (with a fixed number, 4 in this case), install a GNOME extension called Workspace Grid. It
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).

From the extension's preferences you will be able to set your preferred layout (e.g. 2x2, 2x3, 3x3 etc.).
You may see its GitHub page for more detailed info.
Officially it doesn't support GNOME v3.26 yet, but it should work fine. Otherwise, you may be able to make it work adding "3.26" to its metadata.json file.
Update from the asker:
It worked out of the box without changing anything. Even my old custom shortcuts worked.
2
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
The instructions of this plugin sayOpen gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip filebut for me on the "Extensions" Tab of the tool I did not found this option...
– Enrique Moreno Tent
Oct 19 '17 at 22:59
2
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract thezipat~/.local/share/gnome-shell/extensions.
– pomsky
Oct 19 '17 at 23:24
2
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
|
show 1 more comment
After you have disabled "dynamic" workspaces using (GNOME) Tweaks and enabled "static" ones (with a fixed number, 4 in this case), install a GNOME extension called Workspace Grid. It
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).

From the extension's preferences you will be able to set your preferred layout (e.g. 2x2, 2x3, 3x3 etc.).
You may see its GitHub page for more detailed info.
Officially it doesn't support GNOME v3.26 yet, but it should work fine. Otherwise, you may be able to make it work adding "3.26" to its metadata.json file.
Update from the asker:
It worked out of the box without changing anything. Even my old custom shortcuts worked.
After you have disabled "dynamic" workspaces using (GNOME) Tweaks and enabled "static" ones (with a fixed number, 4 in this case), install a GNOME extension called Workspace Grid. It
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).

From the extension's preferences you will be able to set your preferred layout (e.g. 2x2, 2x3, 3x3 etc.).
You may see its GitHub page for more detailed info.
Officially it doesn't support GNOME v3.26 yet, but it should work fine. Otherwise, you may be able to make it work adding "3.26" to its metadata.json file.
Update from the asker:
It worked out of the box without changing anything. Even my old custom shortcuts worked.
edited Jan 16 at 11:55
answered Oct 19 '17 at 18:23
pomskypomsky
30.4k1193127
30.4k1193127
2
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
The instructions of this plugin sayOpen gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip filebut for me on the "Extensions" Tab of the tool I did not found this option...
– Enrique Moreno Tent
Oct 19 '17 at 22:59
2
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract thezipat~/.local/share/gnome-shell/extensions.
– pomsky
Oct 19 '17 at 23:24
2
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
|
show 1 more comment
2
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
The instructions of this plugin sayOpen gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip filebut for me on the "Extensions" Tab of the tool I did not found this option...
– Enrique Moreno Tent
Oct 19 '17 at 22:59
2
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract thezipat~/.local/share/gnome-shell/extensions.
– pomsky
Oct 19 '17 at 23:24
2
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
2
2
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
Thanks. You saved me. It worked out of the box without changing anything. Even my old custom shortcuts worked.
– Juraj.Lorinc
Oct 19 '17 at 18:34
The instructions of this plugin say
Open gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip file but for me on the "Extensions" Tab of the tool I did not found this option...– Enrique Moreno Tent
Oct 19 '17 at 22:59
The instructions of this plugin say
Open gnome-tweak-tool, go to “Shell Extensions”, “Install Extension” and select the .zip file but for me on the "Extensions" Tab of the tool I did not found this option...– Enrique Moreno Tent
Oct 19 '17 at 22:59
2
2
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract the
zip at ~/.local/share/gnome-shell/extensions.– pomsky
Oct 19 '17 at 23:24
@EnriqueMorenoTent You're right, it seems that feature is removed from Tweaks. Please try to install directly from it's homepage. You can also extract the
zip at ~/.local/share/gnome-shell/extensions.– pomsky
Oct 19 '17 at 23:24
2
2
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
It didn't work out of the box for me on a fresh ubuntu 18.04. I had to also install gome-tweak-tools and configure 4 static workspaces there so I got the full grid. Workspace Grid does not (yet) support switching from dynamic to static workspaces so you need both extensions.
– swenzel
Jul 3 '18 at 7:26
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
@swenzel That part is already assumed, see the question: "I was able to configure 4 "static" workspaces using GNOME Tweak Tool..." (it was wrongly written as "stacked" instead of "static" due to an edit by another user).
– pomsky
Jul 3 '18 at 10:58
|
show 1 more comment
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f966442%2fcan-i-have-2x2-workspaces-in-gnome-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown