Re: devilspie s-expression scripts?

2007-11-08 Thread Kevin Downey
On 11/6/07, Gary Kline [EMAIL PROTECTED] wrote:

 Looks like I can only put one Konsole or other app per workspace.
 Below, no matter with workspace I choose, 1 to 4, all these
 terminals go into just one workspace.   Anybody know of any
 workaround?

 gary




 (if
 (and
(is (application_name) Shell - Konsole )
(is (window_name) Shell - Konsole ) )
 (begin
(geometry  -0-0)
(set_workspace 1))
  )



 --
   Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
   http://jottings.thought.org   http://transfinite.thought.org

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
 To unsubscribe, send any mail to [EMAIL PROTECTED]


replace Shell - Konsole with relevent strings from xwininfo
-- 
To perceive is to suffer.
Aristotle
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: devilspie s-expression scripts?

2007-11-08 Thread Gary Kline
On Thu, Nov 08, 2007 at 11:45:02AM -0800, Kevin Downey wrote:
 On 11/6/07, Gary Kline [EMAIL PROTECTED] wrote:
 
  Looks like I can only put one Konsole or other app per workspace.
  Below, no matter with workspace I choose, 1 to 4, all these
  terminals go into just one workspace.   Anybody know of any
  workaround?
 
  gary
 
 
 
 
  (if
  (and
 (is (application_name) Shell - Konsole )
 (is (window_name) Shell - Konsole ) )
  (begin
 (geometry  -0-0)
 (set_workspace 1))
   )
 
[[ ... ]]
 
 
 replace Shell - Konsole with relevent strings from xwininfo
 -- 
 To perceive is to suffer.
 Aristotle


Such as?  Following is the output from xwininfo:


xwininfo: Window id: 0x3c6 Shell - Konsole

  Absolute upper-left X:  586
  Absolute upper-left Y:  134
  Relative upper-left X:  4
  Relative upper-left Y:  23
  Width: 690
  Height: 861
  Depth: 24
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +586+134  -4+134  -4-29  +586-29
  -geometry 690x861-0-25


-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


devilspie s-expression scripts?

2007-11-06 Thread Gary Kline

Looks like I can only put one Konsole or other app per workspace.  
Below, no matter with workspace I choose, 1 to 4, all these
terminals go into just one workspace.   Anybody know of any
workaround?

gary




(if
(and
   (is (application_name) Shell - Konsole )
   (is (window_name) Shell - Konsole ) )
(begin
   (geometry  -0-0)
   (set_workspace 1))
 )



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]