Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

Subtle » History » Version 15

Anonymous, 01/26/2009 12:39 AM

1 15
h1. Subtle\015\012\015\012[[Subtle]] is the window manager itself.\015\012\015\012{{>toc}}\015\012\015\012h2. Dragging\015\012\015\012h2. Grabs\015\012\015\012\015\012In [[subtle]] there is no difference between keyboard and/or mouse bindings, the user can fully assign anything to everything. (For reference: that is called a *grab*)\015\012Here is a small list of implemented grabs so far:\015\012\015\012* *ViewJump1*..*ViewJumpN*\015\012Change the active view to view1, view2, ..., viewN\015\012* *WindowMove*\015\012Move window either by mouse or cursor key movement.\015\012* *WindowResize* \015\012Resize window either by mouse or cursor key movement.\015\012* *WindowFloat*\015\012Toggle floating state of a window_\015\012* *WindowFull* \015\012Toggle fullscreen state of a window.\015\012* *WindowStick* \015\012Toggle sticky state of a window.\015\012* *WindowKill* \015\012Kill a window.\015\012* *xterm*\015\012If a grab can't be found it will be called via exec. In this case xterm will be started.\015\012\015\012h2. Window States\015\012\015\012Windows can be either be in..\015\012\015\012* *float*\015\012..state and float above other windows. \015\012* *full*\015\012..state and fill up the whole screen.\015\012* *stick*\015\012..state and are visible on every view.