JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix: show (opaque) slave when floater has focused
authorJason Woofenden <jason@jasonwoof.com>
Mon, 23 Feb 2015 03:09:23 +0000 (22:09 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 23 Feb 2015 03:24:34 +0000 (22:24 -0500)
commitb623b234e3d716b5dd59b445e81741cdd8d81d26
tree7390a8581e3faa69218dc80f027476c2ef2dad15
parent9ed26226d2f8ca1253e77d7ae8bcfbdbb6cf1b72
fix: show (opaque) slave when floater has focused

Previously there was a bug where it was tabified when a floater was focused.

In addition to correcting the placement of the first slave window, it is made
opaque when a floater has focus. The master window has this behavior already,
and why not the slave too?

The primary use-case for behavior (going opaque when a floater has focus) is
dialogs that show "live changes" in the main window, such as the "Colorize..."
dialog in the gimp.
dwm.c