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.

Xlib How Does This (Removing Window Decoration) Work?

How does the following code remove window borders? //note the struct is declared elsewhere, is here just for clarity. //code …

c++ linux xlib window-managers
Java: Replacing the coffee cup icon in the top-left corner of the Window

Java Swing applications by default have the Java coffee cup icon appear in the top left corner of the application. …

java swing installation icons window-managers
Windowmanager with Animation

First of all thanks everyone who tries to reply this topic. I have an activity and I wanted to show …

android android-animation window-managers translate-animation
Xmonad: when floating a window, move or resize it

I prefer to use the keyboard to float or sink windows. Unfortunately, when floated, windows aren't moved or resized, so …

haskell window-managers xmonad
Modern ways to write a window manager

I'm trying to write a window manager. (Actually, I have written an OS and a compiler, but that's beside the …

x11 xlib window-managers