changed config.def.h
3a79b827
1 file(s) · +9 −32
| 10 | 10 | #define SELBGCOLOR "#0066ff" |
|
| 11 | 11 | #define SELFGCOLOR "#ffffff" |
|
| 12 | 12 | ||
| 13 | - | #if ANSELM_OFFICE |
|
| 14 | - | ||
| 15 | - | /* bar position */ |
|
| 16 | - | #define BX 0 |
|
| 17 | - | #define BY 0 |
|
| 18 | - | #define BW 1280 |
|
| 19 | - | ||
| 20 | - | /* master area */ |
|
| 21 | - | #define MX 0 |
|
| 22 | - | #define MY bh |
|
| 23 | - | #define MW 1280 |
|
| 24 | - | #define MH 800 - bh |
|
| 25 | - | ||
| 26 | - | /* tile area, might be on a different screen */ |
|
| 27 | - | #define TX 1280 |
|
| 28 | - | #define TY 0 |
|
| 29 | - | #define TW 1680 |
|
| 30 | - | #define TH 1050 |
|
| 31 | - | ||
| 32 | - | /* monocle area, might be restricted to a specific screen */ |
|
| 33 | - | #define MOX MX |
|
| 34 | - | #define MOY MY |
|
| 35 | - | #define MOW MW |
|
| 36 | - | #define MOH MH |
|
| 37 | - | ||
| 38 | - | #else |
|
| 39 | - | ||
| 40 | 13 | /* bar position */ |
|
| 41 | 14 | #define BX sx |
|
| 42 | 15 | #define BY sy |
|
| 43 | - | #define BW sw |
|
| 16 | + | #define BW MW |
|
| 17 | + | ||
| 18 | + | /* window area */ |
|
| 19 | + | #define WX 0 |
|
| 20 | + | #define WY bh |
|
| 21 | + | #define WW sw |
|
| 22 | + | #define WH sh |
|
| 44 | 23 | ||
| 45 | 24 | /* master area */ |
|
| 46 | 25 | #define MX sx |
|
| 50 | 29 | ||
| 51 | 30 | /* tile area, might be on a different screen */ |
|
| 52 | 31 | #define TX sx + MW |
|
| 53 | - | #define TY MY |
|
| 32 | + | #define TY sy |
|
| 54 | 33 | #define TW sw - MW |
|
| 55 | - | #define TH MH |
|
| 34 | + | #define TH sh |
|
| 56 | 35 | ||
| 57 | 36 | /* monocle area, might be restricted to a specific screen */ |
|
| 58 | 37 | #define MOX sx |
|
| 59 | 38 | #define MOY MY |
|
| 60 | 39 | #define MOW sw |
|
| 61 | 40 | #define MOH MH |
|
| 62 | - | ||
| 63 | - | #endif |
|
| 64 | 41 | ||
| 65 | 42 | /* tagging */ |
|
| 66 | 43 | const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; |
|