diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2017-02-26 10:04:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-26 10:05:36 +0700 |
commit | 82e184f25d642d59f874748fda977ce676dae766 (patch) | |
tree | 83ffdf435e2892403339abecc8a4ca0c40f631b9 /desktop/bspwm/README | |
parent | 3130068fcebf10df2dbef6f3babae05476ab303e (diff) |
desktop/bspwm: Updated for version 0.9.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/bspwm/README')
-rw-r--r-- | desktop/bspwm/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/bspwm/README b/desktop/bspwm/README index 081d837df7d6c..bc5113f3ef76f 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. |