diff options
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 |