Created
February 17, 2021 12:26
-
-
Save yucer/6016c4e225b8947662ebf2c46a86623d to your computer and use it in GitHub Desktop.
Isolate ubuntu gnome dash to the current workspace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# show only icons on the dock that belong to app in the current workspace | |
gsettings set org.gnome.shell.app-switcher current-workspace-only true | |
gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true | |
gsettings set org.gnome.shell.extensions.dash-to-dock isolate-monitors true | |
# https://varhowto.com/forum-topic/ubuntu-dock-how-to-show-windows-in-current-workspace-only/ | |
# https://askubuntu.com/questions/1068097/separate-workspaces-in-ubuntu-18-04-desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment