Set static number of workspaces in gnome-shell with dconf

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












1














How to set the behavior of gnome-shell workspaces (static instead of dynamic) via dconf?



I configured i3 style keyboard shortcuts to switch to specific workspace with Super+<num> but gnome-shell creates workspaces dynamically, so I can not switch directly to 4th workspace to run programs there if workspace 3 and 4 are not created.










share|improve this question























  • @don_crissti Can this extension be just a javascript that I can paste into subdir of my home folder?
    – anatoly techtonik
    Dec 26 '18 at 3:26











  • Found extensions.gnome.org/extension/12/static-workspaces that says that extension is not required anymore and GNOME Tweak Tool can be used. Does it save configuration with dconf?
    – anatoly techtonik
    Dec 30 '18 at 7:38











  • Oh, my bad... looks like somewhere along the way they've decided to support this via dconf keys.
    – don_crissti
    Dec 30 '18 at 12:57















1














How to set the behavior of gnome-shell workspaces (static instead of dynamic) via dconf?



I configured i3 style keyboard shortcuts to switch to specific workspace with Super+<num> but gnome-shell creates workspaces dynamically, so I can not switch directly to 4th workspace to run programs there if workspace 3 and 4 are not created.










share|improve this question























  • @don_crissti Can this extension be just a javascript that I can paste into subdir of my home folder?
    – anatoly techtonik
    Dec 26 '18 at 3:26











  • Found extensions.gnome.org/extension/12/static-workspaces that says that extension is not required anymore and GNOME Tweak Tool can be used. Does it save configuration with dconf?
    – anatoly techtonik
    Dec 30 '18 at 7:38











  • Oh, my bad... looks like somewhere along the way they've decided to support this via dconf keys.
    – don_crissti
    Dec 30 '18 at 12:57













1












1








1







How to set the behavior of gnome-shell workspaces (static instead of dynamic) via dconf?



I configured i3 style keyboard shortcuts to switch to specific workspace with Super+<num> but gnome-shell creates workspaces dynamically, so I can not switch directly to 4th workspace to run programs there if workspace 3 and 4 are not created.










share|improve this question















How to set the behavior of gnome-shell workspaces (static instead of dynamic) via dconf?



I configured i3 style keyboard shortcuts to switch to specific workspace with Super+<num> but gnome-shell creates workspaces dynamically, so I can not switch directly to 4th workspace to run programs there if workspace 3 and 4 are not created.







gnome3 gnome-shell workspaces dconf






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 30 '18 at 13:00









don_crissti

49.9k15132161




49.9k15132161










asked Dec 25 '18 at 7:28









anatoly techtonik

900825




900825











  • @don_crissti Can this extension be just a javascript that I can paste into subdir of my home folder?
    – anatoly techtonik
    Dec 26 '18 at 3:26











  • Found extensions.gnome.org/extension/12/static-workspaces that says that extension is not required anymore and GNOME Tweak Tool can be used. Does it save configuration with dconf?
    – anatoly techtonik
    Dec 30 '18 at 7:38











  • Oh, my bad... looks like somewhere along the way they've decided to support this via dconf keys.
    – don_crissti
    Dec 30 '18 at 12:57
















  • @don_crissti Can this extension be just a javascript that I can paste into subdir of my home folder?
    – anatoly techtonik
    Dec 26 '18 at 3:26











  • Found extensions.gnome.org/extension/12/static-workspaces that says that extension is not required anymore and GNOME Tweak Tool can be used. Does it save configuration with dconf?
    – anatoly techtonik
    Dec 30 '18 at 7:38











  • Oh, my bad... looks like somewhere along the way they've decided to support this via dconf keys.
    – don_crissti
    Dec 30 '18 at 12:57















@don_crissti Can this extension be just a javascript that I can paste into subdir of my home folder?
– anatoly techtonik
Dec 26 '18 at 3:26





@don_crissti Can this extension be just a javascript that I can paste into subdir of my home folder?
– anatoly techtonik
Dec 26 '18 at 3:26













Found extensions.gnome.org/extension/12/static-workspaces that says that extension is not required anymore and GNOME Tweak Tool can be used. Does it save configuration with dconf?
– anatoly techtonik
Dec 30 '18 at 7:38





Found extensions.gnome.org/extension/12/static-workspaces that says that extension is not required anymore and GNOME Tweak Tool can be used. Does it save configuration with dconf?
– anatoly techtonik
Dec 30 '18 at 7:38













Oh, my bad... looks like somewhere along the way they've decided to support this via dconf keys.
– don_crissti
Dec 30 '18 at 12:57




Oh, my bad... looks like somewhere along the way they've decided to support this via dconf keys.
– don_crissti
Dec 30 '18 at 12:57










1 Answer
1






active

oldest

votes


















0














As you've found out, you can do this via tweak-tool:



enter image description here



and indeed, the changes are now done in the dconf database so if you prefer doing it in terminal you need to toggle dynamic-workspaces to false and set the desired num-workspaces so either



dconf write /org/gnome/mutter/dynamic-workspaces false
dconf write /org/gnome/desktop/wm/preferences/num-workspaces 4


or



gsettings set org.gnome.mutter dynamic-workspaces false
gsettings set org.gnome.desktop.wm.preferences num-workspaces 4


Altering those keys can be done also via dconf-editor.






share|improve this answer




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f490847%2fset-static-number-of-workspaces-in-gnome-shell-with-dconf%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









    0














    As you've found out, you can do this via tweak-tool:



    enter image description here



    and indeed, the changes are now done in the dconf database so if you prefer doing it in terminal you need to toggle dynamic-workspaces to false and set the desired num-workspaces so either



    dconf write /org/gnome/mutter/dynamic-workspaces false
    dconf write /org/gnome/desktop/wm/preferences/num-workspaces 4


    or



    gsettings set org.gnome.mutter dynamic-workspaces false
    gsettings set org.gnome.desktop.wm.preferences num-workspaces 4


    Altering those keys can be done also via dconf-editor.






    share|improve this answer

























      0














      As you've found out, you can do this via tweak-tool:



      enter image description here



      and indeed, the changes are now done in the dconf database so if you prefer doing it in terminal you need to toggle dynamic-workspaces to false and set the desired num-workspaces so either



      dconf write /org/gnome/mutter/dynamic-workspaces false
      dconf write /org/gnome/desktop/wm/preferences/num-workspaces 4


      or



      gsettings set org.gnome.mutter dynamic-workspaces false
      gsettings set org.gnome.desktop.wm.preferences num-workspaces 4


      Altering those keys can be done also via dconf-editor.






      share|improve this answer























        0












        0








        0






        As you've found out, you can do this via tweak-tool:



        enter image description here



        and indeed, the changes are now done in the dconf database so if you prefer doing it in terminal you need to toggle dynamic-workspaces to false and set the desired num-workspaces so either



        dconf write /org/gnome/mutter/dynamic-workspaces false
        dconf write /org/gnome/desktop/wm/preferences/num-workspaces 4


        or



        gsettings set org.gnome.mutter dynamic-workspaces false
        gsettings set org.gnome.desktop.wm.preferences num-workspaces 4


        Altering those keys can be done also via dconf-editor.






        share|improve this answer












        As you've found out, you can do this via tweak-tool:



        enter image description here



        and indeed, the changes are now done in the dconf database so if you prefer doing it in terminal you need to toggle dynamic-workspaces to false and set the desired num-workspaces so either



        dconf write /org/gnome/mutter/dynamic-workspaces false
        dconf write /org/gnome/desktop/wm/preferences/num-workspaces 4


        or



        gsettings set org.gnome.mutter dynamic-workspaces false
        gsettings set org.gnome.desktop.wm.preferences num-workspaces 4


        Altering those keys can be done also via dconf-editor.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 30 '18 at 12:57









        don_crissti

        49.9k15132161




        49.9k15132161



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


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





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2funix.stackexchange.com%2fquestions%2f490847%2fset-static-number-of-workspaces-in-gnome-shell-with-dconf%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

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay