You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guake should never be in the taskbar, due to its window class hints, but it gets in there somehow. I also write a number of conky applications that have window classes that result in their exclusion in Gnome, but not in fynedesk.
In Gnome on X you can use xprop to query these hints.
I have windows with various hints, SKIP_PAGER, SKIP_TASKBAR, ABOVE, STICKY, etc--
Guake should never be in the taskbar, due to its window class hints, but it gets in there somehow. I also write a number of
conky
applications that have window classes that result in their exclusion in Gnome, but not infynedesk
.In Gnome on X you can use
xprop
to query these hints.I have windows with various hints, SKIP_PAGER, SKIP_TASKBAR, ABOVE, STICKY, etc--
I tried to find the same hints in Gnome's Looking Glass, but could not find the relevant property.
In Gnome, DESKTOP, ABOVE and STICKY, or SKIP_TASKBAR cause the window to be removed in the shell's window list.
SKIP_PAGER, or DESKTOP, or ABOVE and STICKY cause the window to be removed from the ALT+TAB list.
Originally posted by @AlbinoGeek in #106 (comment)
The text was updated successfully, but these errors were encountered: