ibabushkin / gabelstaplerwm

A window manager in Rust, using XCB
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

Move all offscreen windows to a new place when the screen dimensions change #42

Open ibabushkin opened 7 years ago

ibabushkin commented 7 years ago

Better yet, place them somewhere where they will be never seen (ie at negative x and y coordinates). Alternatively, we could unmap windows and cache their geometries to reduce redraws and to avoid such issues in the future.