mirror of
https://git.code.sf.net/p/flwm/flwm
synced 2025-12-12 07:16:57 -05:00
Many changes so it compiles and works with fltk2. Menus are
still a bit screwed up.
This commit is contained in:
6
config.h
6
config.h
@ -25,6 +25,12 @@
|
||||
// nothing is done if this is not defined:
|
||||
//#define AUTO_RAISE 0.5
|
||||
|
||||
// Perform "smart" autoplacement.
|
||||
// New windows are put at positions where they cover as few existing windows
|
||||
// as possible. A brute force algorithm is used, so it consumes quite a bit
|
||||
// of CPU time.
|
||||
#define SMART_PLACEMENT 1
|
||||
|
||||
// set this to zero to remove the multiple-desktop code. This will
|
||||
// make flwm about 20K smaller
|
||||
#define DESKTOPS 1
|
||||
|
||||
Reference in New Issue
Block a user