Merge branch 'contrib_goto_focus'
[notion.git] / mod_xrandr / README
blob9928630e9c5c2d3d83fac7e1f60b6b1cc24d7dfe
1 Ion xrandr module
2 Copyright (c) Ragnar Rova 2004
3               Tuomo Valkonen 2005-2007
5 by Ragnar Rova <rr@mima.x.se>
7 INTRODUCTION
9 This module gives ion3 XrandR support. It updates ions screen size when
10 a screen size change event is received.
12 INSTALLATION
14         1. Edit Makefile to ensure TOPDIR points to your top-level ion source
15            directory with a system.mk that matches the version of ion installed
16            on your system.
18         2. Run make.
20         3. Either run (as root)
21                 # make install
22            or (as yourself),
23                 $ mkdir -p ~/.ion3/lib
24                 $ cp .libs/mod_xrandr.* ~/.ion3/lib
25         4. Add dopath("mod_xrandr") to ~/.ion3/cfg_ion.lua. 
26         5. (Re)start Ion.
27                 
29 LIMITATIONS
31 The module only supports screen size changes. Nothing else.