# Window Button Locations [1 Title 8 6 4 2]
Mouse 1 2 A Close
Mouse 1 4 A Maximize
Mouse 1 6 A Thumbnail # Iconify
Mouse 1 8 A TileW # Tiling
Mouse 1 1 A Menu MenuWindowOps
How do you keep the Close button and remove the other buttons, along with the title bar outdints?
Not sure if possible for single window. It supposed to do because of Style foo UserDecor <name>. If not, create dummy buttons with title bar color Pixmap image.
Mouse bindings are for all windows, can’t change. Buttons are hidden as long as the cursor doesn’t cross them… check screenshot. For time being, it’s ok.
If you don’t want the Style to apply to all windows, don’t use a * to match all windows, instead match only the windows you want to apply it to via class/resource/name/icon name.