summaryrefslogtreecommitdiffstats
path: root/desktop/bspwm/README
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/bspwm/README')
-rw-r--r--desktop/bspwm/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/bspwm/README b/desktop/bspwm/README
index 081d837df7..bc5113f3ef 100644
--- a/desktop/bspwm/README
+++ b/desktop/bspwm/README
@@ -1,5 +1,9 @@
bspwm (Binary space partitioning window manager)
bspwm is a tiling window manager that represents windows as the
-leaves of a full binary tree. It is controlled and configured
-via bspc.
+leaves of a full binary tree. It only responds to X events, and
+the messages it receives on a dedicated socket.
+
+bspwm doesn't handle any keyboard or pointer inputs: a third
+party program (e.g. sxhkd) is needed in order to translate
+keyboard and pointer events to bspc invocations.