Can I make Ubuntu 18.04 switch between multiple windows of the program by just clicking the icon?How do I...
Function pointer parameter without asterisk
Is it possible to pass generic lambda as non-template argument
Calculating Fibonacci sequence in several different ways
Can a ring have no zero divisors while being non-commutative and having no unity?
Reflect IR beam off reflector instead of emitting straight to TSOP receiver
I have a domain, static IP and many devices I'd like to access outside my house. How to route them?
Can I make Ubuntu 18.04 switch between multiple windows of the program by just clicking the icon?
How should I handle a question regarding my regrets during an interview?
How do you structure large embedded projects?
What is the metal bit in the front of this propeller spinner?
Why Lie algebras if what we care about in physics are groups?
Monday's Blocking Donimoes Problem
Pass USB 3.0 connection through D-SUB connector
Magic is the twist
Are there foods that astronauts are explicitly never allowed to eat?
I am a dual citizen of United States and Mexico, can I use my Mexican license in california when visiting?
Found more old paper shares from broken up companies
What is the standard representation of a stop which could be either ejective or aspirated?
Can a warlock shoot multiple beams from the Eldritch Blast cantrip with only a single free hand?
You have no, but can try for yes
Do I have to mention my main character's age?
Has Iron Man made any suit for underwater combat?
Which dice game has a board with 9x9 squares that has different colors on the diagonals and midway on some edges?
1025th term of the given sequence.
Can I make Ubuntu 18.04 switch between multiple windows of the program by just clicking the icon?
How do I enable 'minimize on click' on Ubuntu dock in Ubuntu 17.10 and later?Switching between windows with scroll wheel on Ubuntu DockHow can I switch between open applications?How do I easily switch between windows rather than applications with Alt+TAB in GNOME Shell?How do I make alt + tab cycle through individual windows only in current workspace in GNOME 3?How do I separate windows per workspace in Ubuntu 18.04?When accidentally dragging an icon in the taskbar it will always stay in drag mode(18.04)Why are all the windows of an application getting minimized when I click on that app icon in Ubuntu 18.04 LTS?How to change the behavior of clicking on grouped apps in launcherHow can I make pressing Super+[number] multiple times cycle through open windows of an application?prevent ALT-Tab from bringing all windows to the frontALT+TAB no longer groups windows under applications in Ubuntu 19.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I just want a Windows 7 behavior where clinking the icon cycles through all the windows. I know about Alt+' (key above Tab) and Alt+Tab clicking the icon is just more intuitive.
gnome-shell window ubuntu-dock
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I just want a Windows 7 behavior where clinking the icon cycles through all the windows. I know about Alt+' (key above Tab) and Alt+Tab clicking the icon is just more intuitive.
gnome-shell window ubuntu-dock
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If you have a mouse with scroll-wheel, I find switching between windows with scroll wheel along with 'minimise on click' a better alternative.
– pomsky
8 hours ago
add a comment |
I just want a Windows 7 behavior where clinking the icon cycles through all the windows. I know about Alt+' (key above Tab) and Alt+Tab clicking the icon is just more intuitive.
gnome-shell window ubuntu-dock
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I just want a Windows 7 behavior where clinking the icon cycles through all the windows. I know about Alt+' (key above Tab) and Alt+Tab clicking the icon is just more intuitive.
gnome-shell window ubuntu-dock
gnome-shell window ubuntu-dock
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 hours ago
pomsky
37.3k12 gold badges120 silver badges149 bronze badges
37.3k12 gold badges120 silver badges149 bronze badges
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 10 hours ago
knutknut
232 bronze badges
232 bronze badges
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
knut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If you have a mouse with scroll-wheel, I find switching between windows with scroll wheel along with 'minimise on click' a better alternative.
– pomsky
8 hours ago
add a comment |
If you have a mouse with scroll-wheel, I find switching between windows with scroll wheel along with 'minimise on click' a better alternative.
– pomsky
8 hours ago
If you have a mouse with scroll-wheel, I find switching between windows with scroll wheel along with 'minimise on click' a better alternative.
– pomsky
8 hours ago
If you have a mouse with scroll-wheel, I find switching between windows with scroll wheel along with 'minimise on click' a better alternative.
– pomsky
8 hours ago
add a comment |
2 Answers
2
active
oldest
votes
You can do
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows'
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
add a comment |
If you mean Enabling Click to Minimize (minimize the window when clicking on the icon) as shown in the gif photo:

It is simple, you can do that by running the following command in your terminal:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
If you do not like ‘click to minimize’ behavior, you can set it back to default using the command below:
gsettings reset org.gnome.shell.extensions.dash-to-dock click-action
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
knut is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1160167%2fcan-i-make-ubuntu-18-04-switch-between-multiple-windows-of-the-program-by-just-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can do
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows'
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
add a comment |
You can do
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows'
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
add a comment |
You can do
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows'
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You can do
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows'
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 10 hours ago
mmmhmmmh
461 bronze badge
461 bronze badge
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
mmmh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
add a comment |
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
That works... sadly no more Click to Minimize. It would be nice if you could Minimize when there is one window open and Cycle-windows when there are 2 or more. Oh well... thank you.
– knut
9 hours ago
add a comment |
If you mean Enabling Click to Minimize (minimize the window when clicking on the icon) as shown in the gif photo:

It is simple, you can do that by running the following command in your terminal:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
If you do not like ‘click to minimize’ behavior, you can set it back to default using the command below:
gsettings reset org.gnome.shell.extensions.dash-to-dock click-action
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
add a comment |
If you mean Enabling Click to Minimize (minimize the window when clicking on the icon) as shown in the gif photo:

It is simple, you can do that by running the following command in your terminal:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
If you do not like ‘click to minimize’ behavior, you can set it back to default using the command below:
gsettings reset org.gnome.shell.extensions.dash-to-dock click-action
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
add a comment |
If you mean Enabling Click to Minimize (minimize the window when clicking on the icon) as shown in the gif photo:

It is simple, you can do that by running the following command in your terminal:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
If you do not like ‘click to minimize’ behavior, you can set it back to default using the command below:
gsettings reset org.gnome.shell.extensions.dash-to-dock click-action
If you mean Enabling Click to Minimize (minimize the window when clicking on the icon) as shown in the gif photo:

It is simple, you can do that by running the following command in your terminal:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
If you do not like ‘click to minimize’ behavior, you can set it back to default using the command below:
gsettings reset org.gnome.shell.extensions.dash-to-dock click-action
answered 10 hours ago
singriumsingrium
1,65910 silver badges28 bronze badges
1,65910 silver badges28 bronze badges
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
add a comment |
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
No I meant if I had two office files open and I clicked the icon so it cycles between them (it's a windows7 behavior). I have Click to Minimize enabled.
– knut
10 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
Well then, you will not be able to minimize on click the icons :/
– singrium
9 hours ago
add a comment |
knut is a new contributor. Be nice, and check out our Code of Conduct.
knut is a new contributor. Be nice, and check out our Code of Conduct.
knut is a new contributor. Be nice, and check out our Code of Conduct.
knut is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1160167%2fcan-i-make-ubuntu-18-04-switch-between-multiple-windows-of-the-program-by-just-c%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
If you have a mouse with scroll-wheel, I find switching between windows with scroll wheel along with 'minimise on click' a better alternative.
– pomsky
8 hours ago