mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Add "Center" window placement strategy
Center strategy: try to put window at the center of the usable area. If window would overlap with existing windows, fall back to "Auto" placement strategy. It's very useful for fresh workplaces.
This commit is contained in:
committed by
Carlos R. Mafra
parent
1a594de74e
commit
9d3d34599f
@@ -153,6 +153,7 @@ typedef enum {
|
||||
#define WPM_SMART 2
|
||||
#define WPM_RANDOM 3
|
||||
#define WPM_AUTO 4
|
||||
#define WPM_CENTER 5
|
||||
|
||||
/* text justification */
|
||||
#define WTJ_CENTER 0
|
||||
|
||||
Reference in New Issue
Block a user