Top "Window-managers" questions

A Window Manager is a service on most modern OSes which provides the UI for manipulating the location and sizes of windows.

Linux: list all available window managers

How do I get a list of all available windows managers on a linux system (Of course this would mostly …

linux window-managers
How do I properly implement a "minimize to tray" function in Qt?

How do I properly implement a "minimize to tray" function in Qt? I tried the following code inside QMainWindow::changeEvent(…

c++ qt window-managers
X11/Xlib: Window always on top

A window should stay on top of all other windows. Is this somehow possible with plain x11/xlib? Googling for "…

user-interface x11 window-managers
Get active flags on Android Window

is it possible to get programmatically which flags are currently active on a Window? We can enable flags with: getWindow().…

android window flags window-managers
What is 'client side decoration'?

I am a student who did some web stuff and some command line applications, now giving GUIs a try. I …

user-interface gtk window-managers
Android: how to add view to WindowManager, and keep it floating at the top of my app all the time?

I need a view to show up at the top of my application, and when it's shown, it can keep …

android view window-managers
How to disable the resize cursor

I use QWidget::setFixedSize to avoid my window being resized. Even though it works, the resize-style cursor still appears when …

qt window-managers
How to make a window always on top?

I have created a frameless Qt/QML window, and I really would like to know any programmatic means of setting …

ubuntu x11 qt5 window-managers compiz
How do I get default title bar height of a NSWindow?

I created an OS/X app that when it runs, I position the window in the center of the screen. …

macos nswindow window-managers
Remove titlebar in Gnome

I have a window in Gnome whose titlebar I would like to remove. This was easy in FVWM2: I just …

gnome titlebar window-managers x11 ewmh