summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorseanpringle <sean.pringle@gmail.com>2012-07-18 22:24:04 +1000
committerseanpringle <sean.pringle@gmail.com>2012-07-18 22:24:04 +1000
commitb11af808fd2d3c2b6be956d5de40964f6e0957cb (patch)
tree3b0d61961a56c5ccdf34869845dad69b05ef5f65 /README.md
parent66e3cabefcaf9d725d35647314c8a89cb8508499 (diff)
docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe7c9296..d783f6f8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
-simpleswitcher
-============== \ No newline at end of file
+# simpleswitcher
+
+A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/), requiring only xlib and xft.
+
+* Switcher centered on screen (or monitor for multi-head).
+* Vertical list with three columns:
+ 1. Desktop number.
+ 2. Window class.
+ 3. Window title.
+* Controls like dmenu:
+ * Type to filter windows.
+ * Arrows to highlight selections.
+ * Return to select.
+* Modes to display:
+ * All windows on all desktops.
+ * Only windows on current desktop.
+* Runs in background or once-off. \ No newline at end of file