summaryrefslogtreecommitdiff
path: root/openbox/place_overlap.c
AgeCommit message (Collapse)Author
2013-06-07Rename bounds to monitor in place_overlap and move a constMikael Magnusson
2013-04-23Fix least overlap to fall back to the chosen monitor, not (0,0).Mikael Magnusson
2013-04-17Remove some evil tabsMikael Magnusson
2012-10-06Allow application rules to control window size (Fix bug 4661)Dana Jansens
Use the following in your per-app rules: <size> <width>A</width> <height>B</height> </size> A and B can be integer values to specify a size in pixels. They can also be percentages or fractions to be relative to the size of the monitor the window is placed on.
2012-10-06Make LeastOverlap placment replace the behaviour of Smart and address style nitsDana Jansens