Sawfish
No edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
__NOTOC__
{{scripts}}
 
  +
{{Scripts}}
  +
 
* Author: Eugene Morozov <john_morozov@yahoo.com>
 
* Author: Eugene Morozov <john_morozov@yahoo.com>
* '''Download: [http://sawfish.endorphin.org/pub/uploads/SawfishWiki/tiling-functions.jl tiling-functions.jl]'''
+
* '''Download: [[Media:tiling-functions.jl|tiling-functions-fixed-05_28_10.jl]]'''
  +
  +
== Synopsis ==
  +
  +
Tiling functions for horizontal and vertical tiling.
   
 
== Description ==
 
== Description ==
Line 7: Line 13:
 
Has two functions: one function tiles all windows horizontally and another tiles them vertically. You can bind them to some key or call from menu.
 
Has two functions: one function tiles all windows horizontally and another tiles them vertically. You can bind them to some key or call from menu.
   
  +
== Problems ==
[[Category:Scripts]]
 
  +
  +
I placed this script in <code>~/.sawfish/lisp/tiling-functions.jl</code>, added <code>(require 'tiling-functions)</code> to <code>~/.sawfishrc</code> and restarted sawfish. But I cannot find bindings in sawfish-ui to map a keypress. I tried calling those functions by hand... but this doesn't work either.
  +
  +
I'm changing category to non-working scripts. If you can fix it ─ please change the category back. [[User:Janek Kozicki|Janek Kozicki]] 19:06, 7 August 2008 (UTC)
  +
  +
(require 'tiling-functions) now works. The functions (with their funky names) show up on my configurator's bindings section. Hope this helps.
  +
The fuctions tile all of the current windows in one direction (don't know the scope at this time sorry :-( ).
  +
--[[User:Jimmy.brisson|Jimmy.brisson]] 01:22, May 29, 2010 (UTC)
  +
  +
<!-- [[Category:Window placement management scripts]] -->
  +
[[Category:Obsolete or non-working scripts]]

Latest revision as of 01:23, 29 May 2010

Scripts quick access edit this

Synopsis[]

Tiling functions for horizontal and vertical tiling.

Description[]

Has two functions: one function tiles all windows horizontally and another tiles them vertically. You can bind them to some key or call from menu.

Problems[]

I placed this script in ~/.sawfish/lisp/tiling-functions.jl, added (require 'tiling-functions) to ~/.sawfishrc and restarted sawfish. But I cannot find bindings in sawfish-ui to map a keypress. I tried calling those functions by hand... but this doesn't work either.

I'm changing category to non-working scripts. If you can fix it ─ please change the category back. Janek Kozicki 19:06, 7 August 2008 (UTC)

(require 'tiling-functions) now works. The functions (with their funky names) show up on my configurator's bindings section. Hope this helps. The fuctions tile all of the current windows in one direction (don't know the scope at this time sorry :-( ). --Jimmy.brisson 01:22, May 29, 2010 (UTC)