freebsd-ports/x11-wm/bspwm/pkg-message
Pawel Pekala 61d0fa569d bspwm is a tiling window manager that represents windows as the leaves
of a full binary tree. It is controlled and configured via bspc.

WWW: https://github.com/baskerville/bspwm

PR:		196129
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2014-12-21 19:13:53 +00:00

11 lines
370 B
Plaintext

#######################################################################
Copy the files bspwmrc and sxhkdrc from ${EXAMPLESDIR} to
~/.config/bspwm/ and ~/.config/sxhkd/ and configure them as you wish.
And add these lines to you .xinitrc:
sxhkd &
exec bspwm
Then type startx from tty to run bspwm.
#######################################################################