Diferenças entre edições de "Fixing multi-monitor workspaces on Gnome 3.x"
Saltar para a navegação
Saltar para a pesquisa
(Criou a página com "Gnome 3.x changes the way multiple desktops work when using multiple monitors. On Gnome 3.x, by default, only the primary monitor can change workspaces. The remaining monito...") |
|||
Linha 4: | Linha 4: | ||
gsettings set org.gnome.shell.overrides workspaces-only-on-primary false | gsettings set org.gnome.shell.overrides workspaces-only-on-primary false | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
And you're all set up. | And you're all set up. |
Edição atual desde as 16h18min de 1 de junho de 2018
Gnome 3.x changes the way multiple desktops work when using multiple monitors. On Gnome 3.x, by default, only the primary monitor can change workspaces. The remaining monitors have fixed workspaces. If you want the old behaviour back, open a console and run this:
gsettings set org.gnome.shell.overrides workspaces-only-on-primary false
And you're all set up.