Ubuntu 18.04 - get Ubuntu dock to only display the windows from the current screen (monitor)

5,286

Solution 1

Launch Terminal and run

gsettings set org.gnome.shell.extensions.dash-to-dock isolate-monitors true

Solution 2

You could also achieve the same by using the dconf Editor application (that can be found in Ubuntu store). Just go to /org/gnome/shell/extensions/dash-to-dock and search for isolate-monitors and toggle its value to make the change.

Share:
5,286

Related videos on Youtube

Ivaylo Strandjev
Author by

Ivaylo Strandjev

Hi! Great to meet you! My name is Ivaylo and here is who I am: I have a twin brother and you can also find him somewhere in the community(http://stackoverflow.com/users/1108032/boris-strandjev) I graduated masters subject artificial intelligence in 2012 in Sofia University. For about 10 years I was doing math competitions and I have a lot of awards from those. Later I decided to transition to computer programming competitions(next bullet) One of my hobbies is doing computer programming competitions. I've been doing that since the fall of 2000 I have been teaching competitive programming, design and analysis of algorithms, advanced data structures as teaching assistant in Sofia University since 2007. I like teaching I love sports especially volleyball and I also go to the gym 4-5 times a week

Updated on September 18, 2022

Comments

  • Ivaylo Strandjev
    Ivaylo Strandjev almost 2 years

    I am using Ubuntu 18.04 (with Linux kernel 4.15.0-33-generic) on a setup with laptop and an external monitor. Is there a way to make the dock in Ubuntu 18.04 only display the windows from the current screen. There was a similar feature in Ubuntu 16.04.

    In short if an app is only opened on one of the screens it was still displayed in the launcher but with a different indicator. When there are two windows of an app (e.g. I have two gedits or two chromes opened) one for each screen, clicking on the icon in the dock opened the window for the corresponding screen (instead of displaying a picker with the two windows).

    Is there a way to have similar configuration for Ubuntu 18.04?

  • math2001
    math2001 over 4 years
    where is this documented?
  • pomsky
    pomsky over 4 years
    umm... right here?
  • MaesterZ
    MaesterZ over 3 years
    Amazing this is not available in the settings .... works perfectly combined with gsettings set org.gnome.shell.extensions.dash-to-dock multi-monitor true (Ubuntu 20.04 LTS / Gnome 3.36.x)
  • lucidbrot
    lucidbrot over 3 years
    @math2001 According to this comment, the gnome dock is a fork of Dash To Dock, which also does not really document this other than here