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.

How do I use getWindowManager() by another java file

I want to use getWindowManager() in my MainActivity, but I don't want to write this method directly in it. Here …

android window-managers
Building a Window Manager

One of my new home projects will be a simple Window Manager, but before start I need to know some …

linux x11 window-managers
How do I toggle 'always on top' for a QMainWindow in Qt without causing a flicker or a flash?

void MainWindow::on_actionAlways_on_Top_triggered(bool checked) { Qt::WindowFlags flags = this->windowFlags(); if (checked) { this->setWindowFlags(…

c++ qt window-managers
Obtaining List of all Xorg Displays

I would like to know how I can obtain a list of all Xorg displays on my system, along with …

c linux unix xorg window-managers
How to install dwm in Arch Linux

I installed dwm 6.0 using the file provided here and then.. # make install # dwm but running "dwm" gives error: "dwm: cannot …

linux archlinux window-managers dwm
Can I get a proper tiling window manager in KDE

I've been a bit conflicted about switching over to a tiling window manager. I made the switch a while ago …

linux kde window-managers tiling
How to remove title bar in awesome window manager ver >4

I've recently upgraded my machine, and am now at awesome version 4.x. There is now a titlebar of sorts with …

window-managers awesome-wm
WindowManager with Animation (is it possible?)

Is there any way to inflate a view with WindowManager using Animation (at android's project)? I just can't do it …

java android animation view window-managers
Creating a window manager for Linux

I want to create a simple stacking window manager (in C) for private use, mainly for the purpose of learning …

c linux x11 window-managers window-management
Google Chrome disable window animations

After updating to Chrome 58 I noticed a new "zoom-fade" effect when restoring a minimized window, or opening a new window (…

google-chrome animation window-managers