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.SLACKWARE | |
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.SLACKWARE')
-rw-r--r-- | desktop/bspwm/README.SLACKWARE | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/desktop/bspwm/README.SLACKWARE b/desktop/bspwm/README.SLACKWARE new file mode 100644 index 0000000000000..d339e8e2da8f2 --- /dev/null +++ b/desktop/bspwm/README.SLACKWARE @@ -0,0 +1,36 @@ +README.SLACKWARE +================ + +Dependencies +------------ + +sxhkd is required for keyboard and pointer bindings. +xterm or rxvt-unicode recommended as terminal emulator. + +Configuration +------------- + +You need to create your config files in order to launch bspwm. +bspwm comes with some examples in /usr/doc/bspwm/examples + +If you want to install these examples create ~/.config/bspwm/ +and ~/.config/sxhkd and copy bspwmrc and sxhkdrc from +/usr/doc/bspwm/examples/ accordingly. You need to change the +line 7 from sxhkd to match your preferred terminal emulator. + +Give both exec permissions with chmod +x ~/.config/bspwm/bspwmrc +and chmod +x ~/.config/sxhkd/sxhkdrc + +Then run xwmconfig to choose your new default window manager. + +Panel +----- + +If also you need a panel install: + +xdo +sutils +xtitle +bar + +Examples also for the panel exists in /usr/doc/bspwm/examples/panel |