* usr/lib/byobu/include/layout => usr/bin/byobu-layout,

usr/share/byobu/keybindings/f-keys.tmux, usr/share/man/man1/byobu-
  layout.1:
  - move the layout library utility to a generally usable byobu-layout
    in the system path
  - add specific named layout support to both save and restore operations
  - add a manpage
This commit is contained in:
Dustin Kirkland 2012-01-08 18:26:52 -06:00
commit 692a34bdf0
4 changed files with 67 additions and 29 deletions

View file

@ -0,0 +1,25 @@
.TH byobu-layout 1 "8 Jan 2012" byobu "byobu"
.SH NAME
byobu\-layout \- Save and restore byobu-tmux laouts
.SH USAGE
byobu\-layout [save|restore] [name]
.SH DESCRIPTION
\fBbyobu\-layout\fP will save and restore \fBbyobu-tmux\fP(1) split window layouts.
If 'name' is blank, it operates interactively.
Note that this only works with Byobu when backed by \fBtmux\fP(1), and not \fBscreen\fP(1).
.SH SEE ALSO
\fBbyobu\fP(1), \fBtmux\fP(1)
.TP
\fIhttp://launchpad.net/byobu\fP
.PD
.SH AUTHOR
This manpage and the utility were written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.