| 7 | | |
| 8 | | |
| 9 | | * '''How can I use CLFSWM with multiple screens''' |
| 10 | | |
| 11 | | There is nothing special in the clfswm code to handle multiple screens. [[BR]] |
| 12 | | A method can be to setup a big screen with a size that can contains all physicals screens.[[BR]] |
| 13 | | Then create a frame for each physical screen at clfswm startup and use frames and windows as usual on each screen. [[BR]] |
| 14 | | You can then use the 'Maximize/Unmaximize the current frame in its parent frame' binding instead of the 'Enter/leave the current child'.[[BR]] |
| 15 | | You can also use the 'with-placement-*' functions (see package.lisp) to place the second mode window and others where you want. |