Is there a window switcher for GNOME that shows the actual window?
In Ubuntu 16.04 I installed a Compiz plugin with an alternative alt-tab switcher that had the nifty feature that until I let go of the Alt key, it hid all other windows and showed only the one I was about to switch to. This is very useful when one has a bunch of open terminals that don't look all that different as thumbnailed previews.
After upgrading to Ubuntu 18.04 this can't be used anymore (save for explicitly switching back to Unity, which I'd rather avoid for unrelated reasons).
Does anyone know of a similar switcher I could install for the GNOME desktop?
18.04 gnome-shell gnome-shell-extension application-switcher
add a comment |
In Ubuntu 16.04 I installed a Compiz plugin with an alternative alt-tab switcher that had the nifty feature that until I let go of the Alt key, it hid all other windows and showed only the one I was about to switch to. This is very useful when one has a bunch of open terminals that don't look all that different as thumbnailed previews.
After upgrading to Ubuntu 18.04 this can't be used anymore (save for explicitly switching back to Unity, which I'd rather avoid for unrelated reasons).
Does anyone know of a similar switcher I could install for the GNOME desktop?
18.04 gnome-shell gnome-shell-extension application-switcher
1
I happen to use multiple monitors, but the question is not really specific to that. It would be the same with a single monitor and terminals placed in different positions (and/or different workspaces) on that.
– Henning Makholm
12 hours ago
add a comment |
In Ubuntu 16.04 I installed a Compiz plugin with an alternative alt-tab switcher that had the nifty feature that until I let go of the Alt key, it hid all other windows and showed only the one I was about to switch to. This is very useful when one has a bunch of open terminals that don't look all that different as thumbnailed previews.
After upgrading to Ubuntu 18.04 this can't be used anymore (save for explicitly switching back to Unity, which I'd rather avoid for unrelated reasons).
Does anyone know of a similar switcher I could install for the GNOME desktop?
18.04 gnome-shell gnome-shell-extension application-switcher
In Ubuntu 16.04 I installed a Compiz plugin with an alternative alt-tab switcher that had the nifty feature that until I let go of the Alt key, it hid all other windows and showed only the one I was about to switch to. This is very useful when one has a bunch of open terminals that don't look all that different as thumbnailed previews.
After upgrading to Ubuntu 18.04 this can't be used anymore (save for explicitly switching back to Unity, which I'd rather avoid for unrelated reasons).
Does anyone know of a similar switcher I could install for the GNOME desktop?
18.04 gnome-shell gnome-shell-extension application-switcher
18.04 gnome-shell gnome-shell-extension application-switcher
edited 12 hours ago
Henning Makholm
asked 13 hours ago
Henning MakholmHenning Makholm
1636
1636
1
I happen to use multiple monitors, but the question is not really specific to that. It would be the same with a single monitor and terminals placed in different positions (and/or different workspaces) on that.
– Henning Makholm
12 hours ago
add a comment |
1
I happen to use multiple monitors, but the question is not really specific to that. It would be the same with a single monitor and terminals placed in different positions (and/or different workspaces) on that.
– Henning Makholm
12 hours ago
1
1
I happen to use multiple monitors, but the question is not really specific to that. It would be the same with a single monitor and terminals placed in different positions (and/or different workspaces) on that.
– Henning Makholm
12 hours ago
I happen to use multiple monitors, but the question is not really specific to that. It would be the same with a single monitor and terminals placed in different positions (and/or different workspaces) on that.
– Henning Makholm
12 hours ago
add a comment |
1 Answer
1
active
oldest
votes
You can use the Coverflow Alt-Tab extension for GNOME shell. It's a
Replacement of Alt-Tab, iterates through windows in a cover-flow manner.
Refer to this for installing and managing GNOME extensions: How do I install and manage GNOME Shell extensions?
Another alternative would be using the Alt+Esc combination. It doesn't show any overlay or provide anything fancy, it just switches to the next window and so on.
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
1
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
1
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 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
});
}
});
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%2f1125085%2fis-there-a-window-switcher-for-gnome-that-shows-the-actual-window%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
You can use the Coverflow Alt-Tab extension for GNOME shell. It's a
Replacement of Alt-Tab, iterates through windows in a cover-flow manner.
Refer to this for installing and managing GNOME extensions: How do I install and manage GNOME Shell extensions?
Another alternative would be using the Alt+Esc combination. It doesn't show any overlay or provide anything fancy, it just switches to the next window and so on.
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
1
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
1
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 hours ago
add a comment |
You can use the Coverflow Alt-Tab extension for GNOME shell. It's a
Replacement of Alt-Tab, iterates through windows in a cover-flow manner.
Refer to this for installing and managing GNOME extensions: How do I install and manage GNOME Shell extensions?
Another alternative would be using the Alt+Esc combination. It doesn't show any overlay or provide anything fancy, it just switches to the next window and so on.
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
1
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
1
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 hours ago
add a comment |
You can use the Coverflow Alt-Tab extension for GNOME shell. It's a
Replacement of Alt-Tab, iterates through windows in a cover-flow manner.
Refer to this for installing and managing GNOME extensions: How do I install and manage GNOME Shell extensions?
Another alternative would be using the Alt+Esc combination. It doesn't show any overlay or provide anything fancy, it just switches to the next window and so on.
You can use the Coverflow Alt-Tab extension for GNOME shell. It's a
Replacement of Alt-Tab, iterates through windows in a cover-flow manner.
Refer to this for installing and managing GNOME extensions: How do I install and manage GNOME Shell extensions?
Another alternative would be using the Alt+Esc combination. It doesn't show any overlay or provide anything fancy, it just switches to the next window and so on.
edited 12 hours ago
answered 13 hours ago
pomskypomsky
32k1198129
32k1198129
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
1
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
1
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 hours ago
add a comment |
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
1
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
1
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 hours ago
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
Looks better than the default behavior, but doesn't quite fit what I'm hoping for. I've become accustomed to distinguishing between my various terminals by their location on the monitors -- and showing half-sized previews all moved to the middle of the screen won't really support that habit.
– Henning Makholm
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
In this case, yo may want to look at the overview. Move your terminals to one workspace. Pressing <Super> will show them in a fixed order
– vanadium
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
@henning Also try the <Alt><Esc> combination, it just switches to the next window and so on.
– pomsky
12 hours ago
1
1
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
@pomsky: Ah, sorry, I had it confused with alt-backtick. Yes, that's actually closer to what I want.
– Henning Makholm
12 hours ago
1
1
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 hours ago
And it does do the at least slightly fancy thing of displaying an orange border on the window it's about to switch to. I'll be looking for ways to configure it to be more conspicuous, but I think I can live with that. I'll leave the question open for a day or so in case someone can point to something fancier.
– Henning Makholm
11 hours ago
add a comment |
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%2f1125085%2fis-there-a-window-switcher-for-gnome-that-shows-the-actual-window%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
1
I happen to use multiple monitors, but the question is not really specific to that. It would be the same with a single monitor and terminals placed in different positions (and/or different workspaces) on that.
– Henning Makholm
12 hours ago