Can I have 2x2 workspaces in GNOME 3?












36















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?










share|improve this question





























    36















    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?










    share|improve this question



























      36












      36








      36


      7






      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 3 '18 at 10:53









      pomsky

      30.4k1193127




      30.4k1193127










      asked Oct 19 '17 at 18:19









      Juraj.LorincJuraj.Lorinc

      4543716




      4543716






















          1 Answer
          1






          active

          oldest

          votes


















          35














          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).




          enter image description here



          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.






          share|improve this answer





















          • 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 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





            @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





            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











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          35














          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).




          enter image description here



          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.






          share|improve this answer





















          • 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 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





            @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





            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
















          35














          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).




          enter image description here



          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.






          share|improve this answer





















          • 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 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





            @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





            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














          35












          35








          35







          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).




          enter image description here



          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.






          share|improve this answer















          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).




          enter image description here



          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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 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





            @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





            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





            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






          • 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








          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Mouse cursor on multiple screens with different PPI

          Agildo Ribeiro

          Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”