Set static number of workspaces in gnome-shell with dconf
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
@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 withdconf
?
– anatoly techtonik
Dec 30 '18 at 7:38
Oh, my bad... looks like somewhere along the way they've decided to support this viadconf
keys.
– don_crissti
Dec 30 '18 at 12:57
add a comment |
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
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
gnome3 gnome-shell workspaces dconf
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 withdconf
?
– anatoly techtonik
Dec 30 '18 at 7:38
Oh, my bad... looks like somewhere along the way they've decided to support this viadconf
keys.
– don_crissti
Dec 30 '18 at 12:57
add a comment |
@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 withdconf
?
– anatoly techtonik
Dec 30 '18 at 7:38
Oh, my bad... looks like somewhere along the way they've decided to support this viadconf
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
add a comment |
1 Answer
1
active
oldest
votes
As you've found out, you can do this via tweak-tool
:
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
.
add a comment |
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
);
);
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%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
As you've found out, you can do this via tweak-tool
:
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
.
add a comment |
As you've found out, you can do this via tweak-tool
:
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
.
add a comment |
As you've found out, you can do this via tweak-tool
:
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
.
As you've found out, you can do this via tweak-tool
:
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
.
answered Dec 30 '18 at 12:57
don_crissti
49.9k15132161
49.9k15132161
add a comment |
add a comment |
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.
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%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
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
@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