aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tabbed.11
-rw-r--r--tabbed.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/tabbed.1 b/tabbed.1
index fa57841..781549a 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -132,6 +132,7 @@ jumps to nth tab
.TP
.B F10
Toggle window frame.
+.TP
.B F11
Toggle fullscreen mode.
.SH EXAMPLES
diff --git a/tabbed.c b/tabbed.c
index 93c79b9..a63446c 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -1072,7 +1072,7 @@ setup(void)
size_hint->width = ww;
size_hint->min_height = bh + 1;
} else {
- size_hint->flags = PMaxSize | PMinSize;
+ size_hint->flags = PPosition | PMaxSize | PMinSize;
size_hint->min_width = size_hint->max_width = ww;
size_hint->min_height = size_hint->max_height = wh;
}