On Tue, Feb 7, 2012 at 2:04 PM, Dariusz Luksza <[email protected]> wrote: > On 02/07/12 22:53, Perry Hargrave wrote: >> >> Why can't you on VGA have tag[1].name = 'Present', open OOo there and >> leave tag[1].name = 'notes' on LVDS? >> >> Then just move the apps to the different tags as desired. If you check >> my config I have a tasklist menu that allows you to send clients to a >> new tag, even on the other screen. > > > There is easiest way to achieve same effect in default rc.lua. Simply > start OOo (or LibreOffice) on LVDS, launch presentation then, press > <modkey> + o to move slides to second screen, yours slide preview and > notes should stay on LVDS. > > In default rc.lua combination of <modkey> + o fires > awful.client.movetoscreen > gp, and also keep in mind that randr may change you primary screen to the external. You can change ti back with:
xrandr --output LVDS1 --primary or something like that... of course this will trigger another awesome restart. -- perry -- To unsubscribe, send mail to [email protected].
