aboutsummaryrefslogtreecommitdiffstats
path: root/tabbed.1
diff options
context:
space:
mode:
Diffstat (limited to 'tabbed.1')
-rw-r--r--tabbed.129
1 files changed, 9 insertions, 20 deletions
diff --git a/tabbed.1 b/tabbed.1
index 07bdbd7..f586c01 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -6,6 +6,7 @@ tabbed \- generic tabbed interface
.RB [ \-c ]
.RB [ \-d ]
.RB [ \-k ]
+.RB [ \-m ]
.RB [ \-s ]
.RB [ \-v ]
.RB [ \-g
@@ -61,6 +62,9 @@ for further details.
close foreground tabbed client (instead of tabbed and all clients) when
WM_DELETE_WINDOW is sent.
.TP
+.BI \-m
+Maximize the window.
+.TP
.BI \-n " name"
will set the WM_CLASS attribute to
.I name.
@@ -110,40 +114,25 @@ defines the urgent foreground color.
prints version information to stderr, then exits.
.SH USAGE
.TP
-.B Ctrl\-Shift\-Return
+.B Ctrl\-Shift\-T
open new tab
.TP
-.B Ctrl\-Shift\-h
-previous tab
-.TP
-.B Ctrl\-Shift\-l
-next tab
-.TP
.B Ctrl\-Shift\-j
move selected tab one to the left
.TP
.B Ctrl\-Shift\-k
move selected tab one to the right
.TP
-.B Ctrl\-Shift\-u
-toggle autofocus of urgent tabs
-.TP
-.B Ctrl\-Tab
-toggle between the selected and last selected tab
-.TP
.B Ctrl\-`
open dmenu to either create a new tab appending the entered string or select
an already existing tab.
.TP
-.B Ctrl\-q
-close tab
-.TP
-.B Ctrl\-u
-focus next urgent tab
-.TP
-.B Ctrl\-[0..9]
+.B Alt\-Shift\-[0..9]
jumps to nth tab
.TP
+.B F10
+Toggle window frame.
+.TP
.B F11
Toggle fullscreen mode.
.SH EXAMPLES