On Wed, 24 Aug 2005 12:28:44 -0500 jeff <[EMAIL PROTECTED]> babbled:

> -fake-xinerama-screen  does indeed configure e17 to behave more in the 
> manner in which I had expected (ala e16). Thanks!
> 
> But I also see Raster's point about how windows are placed and how 
> backgrounds are managed. Given the default e17/xinerama behavior, is 
> there, or can there be a way to bind a single ALT-Fx keystroke to change 
> multiple zones at once? In other words, to gain the window placing and 
> background selection features of the default behavior, while still being 
> able to switch both screens concurrently like the fake-xinerama-screen 
> setting is allowing?

yes - there is an action you can bind to...

same desk_flip_by, desk_flip_to, desk_linear_flip_by, and 
desk_linear_flip_to, but thar are called:

zone_desk_flip_by, zone_desk_flip_to, zone_desk_linear_flip_by, and 
zone_desk_linear_flip_to. they have an extra pramete are the start. this is an
extra number that indicates which zone to control the flip on - if this is < 0
(-1) then that implies all zones. eg:

bind ctrl+shift+left to action "zone_desk_flip_by" and parameters "-1 -1 0" 
bind alt+f1 to action "zone_desk_linear_flip_to" and parameters "-1 0"

etc. (see all the existing bindings). all you need to do is change the action
to be zone_WHATEVER and add a -1 at the start of the parameters :)

> Thanks again,
> 
> - Jeff
> 
> Christoph Gysin wrote:
> > Ron Lau wrote:
> >> Which command line options? (its very usable for me!)
> > 
> > Seems to me he's talking about enlightenments own command line options:
> > 
> > $ enlightenment-0.17 --help
> > Options:
> >     -display DISPLAY
> >         Connect to display named DISPLAY.
> >         EG: -display :1.0
> >     -fake-xinerama-screen WxH+X+Y
> >         Add a FAKE xinerama screen (instead of the real ones)
> >         given the geometry. Add as many as you like. They all
> >         replace the real xinerama screens, if any. This can
> >         be used to simulate xinerama.
> >         EG: -fake-xinerama-screen 800x600+0+0 -fake-xinerama-screen 
> > 800x600+800+0
> >     -profile CONF_PROFILE
> >         Use the configuration profile CONF_PROFILE instead of the the 
> > user selected
> > default or just "default".
> >     -good
> >         Be good.
> >     -evil
> >         Be evil.
> >     -psychotic
> >         Be psychotic.
> > 
> > 
> > As you can see, you can even choose to have a psychotic WM! E17 is all 
> > about
> > choices ;-)
> > 
> > Christoph
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to