Grabs » History » Version 11
« Previous -
Version 11/56
(diff) -
Next » -
Current version
Anonymous, 04/19/2009 05:12 PM
« Previous -
Version 11/56
(diff) -
Next » -
Current version
Anonymous, 04/19/2009 05:12 PM
/path/to/config
\015\012\015\012h3. Chains\015\012\015\012Grab chains are the combination of one or more modifiers and a key/button. The following two lists show the modifier/buttons that are available:\015\012\015\012Modifier keys:\015\012* A = Alt key\015\012* C = Control key\015\012* M = Meta key\015\012* S = Shift key\015\012* W = Super (Windows key)\015\012\015\012Mouse buttons:\015\012* B1 = Button1 \015\012* B2 = Button2\015\012* B3 = Button3 \015\012* B4 = Button4\015\012* B5 = Button5\015\012\015\012Examples:\015\012* "W-F1" => "xterm -sb"\015\012* "S-B1" => Subtle::Grab::WindowMove\015\012* "A-space" => lambda { |c| c.toggle_float }\015\012\015\012h2. Predefined\015\012\015\012h3. Views\015\012\015\012Jump to the numbered view.\015\012\015\012* Subtle::Grab::Jump1\015\012* Subtle::Grab::Jump2\015\012* ...\015\012* Subtle::Grab::JumpN\015\012\015\012h3. Windows\015\012\015\012Window grabs manipulate/toggle various properties of client windows.\015\012\015\012* Subtle::Grab::WindowMove\015\012* Subtle::Grab::WindowResize\015\012* Subtle::Grab::WindowFloat\015\012* Subtle::Grab::WindowFull\015\012* Subtle::Grab::WindowStick\015\012* Subtle::Grab::WindowKill\015\012\015\012h3. Gravities\015\012\015\012Gravity grabs manipulate the gravity of the client on the current view.\015\012\015\012* Subtle::Grab::GravityTopLeft\015\012* Subtle::Grab::GravityTop\015\012* Subtle::Grab::GravityTopRight\015\012* Subtle::Grab::GravityLeft\015\012* Subtle::Grab::GravityCenter\015\012* Subtle::Grab::GravityRight\015\012* Subtle::Grab::GravityBottomLeft\015\012* Subtle::Grab::GravityBottom\015\012* Subtle::Grab::GravityBottomRight\015\012\015\012h2. Exec\015\012\015\012Invoke a shell and exec program.\015\012\015\012* xterm +sb¶