summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-01-10 13:38:38 +0100
committerQball Cow <qball@gmpclient.org>2014-01-10 13:38:38 +0100
commite70ebf899c05b418c0497427fcec6c9b15673ae7 (patch)
tree3b9f734852ac14db09ec3d17446cd25f94875e4c /README.md
parentb47f22ca511a51486f776ca149ee5f5f41466a2f (diff)
Autodetect i3, and use IPC to switch to window.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 53293aee..cc194e5b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# simpleswitcher
A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/), requiring only xlib and xft.
+This version is based on the version from [Sean
+Pringle](http://github.com/seanpringle/simpleswitcher). All credit for this great tool should to to him.
* Switcher centered on screen (or monitor for multi-head).
@@ -16,10 +18,21 @@ A popup window switcher roughly based on [superswitcher](http://code.google.com/
* Runs in background or once-off.
-Hackish support for the I3 window manager:
+If compiled with I3 support, it should autodetect if I3 window manager is running.
- For i3, run with -i3
+Usage
+-----
e.g.
- bindsym $mod+Tab exec simpleswitcher -i3 -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85
+ bindsym $mod+Tab exec simpleswitcher -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85
+
+
+Compilation
+-----------
+
+Type `make I3=` to disable compiling with i3 support.
+If during compilation it complains about not finding i3/ipc.h either disable i3 support
+or install the headers.
+
+Type `make PREFIX=<path> install` to install in a different prefix.