Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 16551e78563a5b49ff9624ee1c8b8101 > files > 729

ghc-xmonad-contrib-devel-0.11-1.1.fc18.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>XMonad.Actions.RotSlaves</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_XMonad-Actions-RotSlaves.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/XMonad-Actions-RotSlaves.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">xmonad-contrib-0.11: Third party extensions for xmonad</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>unportable</td></tr><tr><th>Stability</th><td>stable</td></tr><tr><th>Maintainer</th><td>Hans Philipp Annen &lt;haphi@gmx.net&gt;</td></tr><tr><th>Safe Haskell</th><td>Safe-Infered</td></tr></table><p class="caption">XMonad.Actions.RotSlaves</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Rotate all windows except the master window and keep the focus in
 place.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:rotSlaves-39-">rotSlaves'</a> ::  ([a] -&gt; [a]) -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a</li><li class="src short"><a href="#v:rotSlavesUp">rotSlavesUp</a>, <a href="#v:rotSlavesDown">rotSlavesDown</a> :: <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:rotAll-39-">rotAll'</a> ::  ([a] -&gt; [a]) -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a</li><li class="src short"><a href="#v:rotAllUp">rotAllUp</a>, <a href="#v:rotAllDown">rotAllDown</a> :: <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="doc"><p>To use this module, import it with:
</p><pre> import XMonad.Actions.RotSlaves
</pre><p>and add whatever keybindings you would like, for example:
</p><pre> , ((modm .|. shiftMask, xK_Tab   ), rotSlavesUp)
</pre><p>This operation will rotate all windows except the master window,
 while the focus stays where it is. It is useful together with the
 TwoPane layout (see <a href="XMonad-Layout-TwoPane.html">XMonad.Layout.TwoPane</a>).
</p><p>For detailed instructions on editing your key bindings, see
 <a href="XMonad-Doc-Extending.html#Editing_key_bindings">XMonad.Doc.Extending</a>.
</p></div><div class="top"><p class="src"><a name="v:rotSlaves-39-" class="def">rotSlaves'</a> ::  ([a] -&gt; [a]) -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a<a href="src/XMonad-Actions-RotSlaves.html#rotSlaves%27" class="link">Source</a></p><div class="doc"><p>The actual rotation, as a pure function on the window stack.
</p></div></div><div class="top"><p class="src"><a name="v:rotSlavesUp" class="def">rotSlavesUp</a>, <a name="v:rotSlavesDown" class="def">rotSlavesDown</a> :: <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a><a href="src/XMonad-Actions-RotSlaves.html#rotSlavesUp" class="link">Source</a></p><div class="doc"><p>Rotate the windows in the current stack, excluding the first one
   (master).
</p></div></div><div class="top"><p class="src"><a name="v:rotAll-39-" class="def">rotAll'</a> ::  ([a] -&gt; [a]) -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-StackSet.html#t:Stack">Stack</a> a<a href="src/XMonad-Actions-RotSlaves.html#rotAll%27" class="link">Source</a></p><div class="doc"><p>The actual rotation, as a pure function on the window stack.
</p></div></div><div class="top"><p class="src"><a name="v:rotAllUp" class="def">rotAllUp</a>, <a name="v:rotAllDown" class="def">rotAllDown</a> :: <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Tuple.html#t:-40--41-">()</a><a href="src/XMonad-Actions-RotSlaves.html#rotAllUp" class="link">Source</a></p><div class="doc"><p>Rotate all the windows in the current stack.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.10.0</p></div></body></html>