]> git.lizzy.rs Git - bspwm.git/commitdiff
Be straight regarding bindings
authorBastien Dejean <nihilhill@gmail.com>
Wed, 20 Mar 2013 09:31:40 +0000 (10:31 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Wed, 20 Mar 2013 09:31:40 +0000 (10:31 +0100)
README.md
bspwm.1

index f2472ae6de33cb23beb44208014fba0f32aad04a..076ee3f37ea582a858023e6c3ae75eec8be8cda1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ It is controlled and configured via `bspc`.
 
 Its configuration file is `$XDG_CONFIG_HOME/bspwm/autostart`.
 
-The recommended way of defining keyboard shortcuts is to use [sxhkd](https://github.com/baskerville/sxhkd).
+Keyboard and pointer bindings are defined through [sxhkd](https://github.com/baskerville/sxhkd).
 
 Example configuration files can be found in the `examples` directory.
 
diff --git a/bspwm.1 b/bspwm.1
index f6c6a6c6a39d16e2bebb44f2b5405fb754374325..77d05f638ba70f93ff6844ca6ddca7fa9304dd5d 100644 (file)
--- a/bspwm.1
+++ b/bspwm.1
@@ -23,7 +23,7 @@ events it receives and the messages it reads on a dedicated socket.
 Its configuration file is
 .IR $XDG_CONFIG_HOME/bspwm/autostart .
 .P
-The recommended way of defining keyboard shortcuts is to use
+Keyboard and pointer bindings are defined through
 .BR sxhkd .
 .P
 Example configuration files can be found in the