diff options
author | John Vogel <jvogel4@stny.rr.com> | 2013-12-17 11:22:48 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-17 11:00:31 -0600 |
commit | 349e943ffc7bb616be8733c50df87a39101d8f28 (patch) | |
tree | 4f30c6f5cf03de6cc9ace938fc4801e91bfdcfdb /desktop/bspwm/README | |
parent | 40e4e8683ef54578284f57df9f53fc5519fb80aa (diff) |
desktop/bspwm: Added (Binary space partitioning window manager).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/bspwm/README')
-rw-r--r-- | desktop/bspwm/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/bspwm/README b/desktop/bspwm/README new file mode 100644 index 0000000000000..208d78dd9cbcc --- /dev/null +++ b/desktop/bspwm/README @@ -0,0 +1,10 @@ +bspwm is a tiling window manager that represents windows as the +leaves of a full binary tree. It is controlled and configured +via bspc. + +before launching it, you need some configuration files: you can +can find some example ones in /usr/doc/bspwm-$VERSION/examples: +- bspwmrc, should go to ~/.config/bspwm/bspwmrc +- sxhkdrc, should go to ~/.config/sxhkd/sxhkdrc + +dmenu is an optional dependency. |