Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.39k stars 575 forks source link

Guake in alt-tab menu #758

Open ghost opened 8 years ago

ghost commented 8 years ago

Is there a way for add Guake in Alt-Tab Menu, without show it in the panel?

I'm using Mint 17.3 Cinnamon

gsemet commented 8 years ago

guake and alt-tab are not friendly. Wait for gtk3 port

wranvaud commented 7 years ago

This used to work for me in version 0.4.4 on Ubuntu 14.04 (I believe there was an option to show the icon on the launchbar or something that did the trick). I've upgraded to 0.8.10 and miss this functionality although the tradeoff is worth the upgrade.

JackMedley commented 6 years ago

Is this still on the Guake roadmap?

yassernasc commented 6 years ago

Is this still on the Guake roadmap? + 1

gsemet commented 6 years ago

to track these request, I suggest to vote on Feathub.

gsemet commented 6 years ago

If you want this feature, please vote on FeatHub

felipeespic commented 5 years ago

I followed the instructions in this comment to add Guake to the Alt-Tab Menu. Works like a charm.

SergiyKolesnikov commented 4 years ago

A workaround is to set a shortcut (e.g. Ctrl+F12) to the "Show and focus Guake window" action, in Guake Preferences > Keyboard shortcuts > General menu. Activating the shortcut will focus the Guake window.

fatemonk commented 3 years ago

@SergiyKolesnikov I have two monitors and Guake is on one of them constantly. So when I use this shortcut, Guake window is moved to my main screen which is not desirable :disappointed:

edit: My bad, didn't know I can choose display.

talengu commented 11 months ago

ubuntu22.04 guake 3.8.5 use alt+tab OK sudo and vim /usr/share/guake/guake.glade

48     <property name="skip_taskbar_hint">True</property>
--->
48     <property name="skip_taskbar_hint">False</property>

and restart pc