diff options
author | Quentin Rameau <quinq+hackers@fifth.space> | 2015-11-03 14:25:44 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-11-03 19:44:05 +0100 |
commit | 9a2547230aeaa6598a0c23bb927d919e634b929e (patch) | |
tree | 8c0fb1903aeb97d514b82d83ad317f1be8eb855b /surf.1 | |
parent | 0290066b3110aa4f92c8809c610f86a74a260148 (diff) |
Fix fullscreen handling
Handle the fullscreen in a more consistent way with other options:
-f disables fullscreen while -F enables fullscreen.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'surf.1')
-rw-r--r-- | surf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,10 +51,10 @@ Reparents to window specified by .I xid. .TP .B \-f -Run surf in fullscreen mode. +Start surf in windowed mode (not fullscreen). .TP .B \-F -Disable to run in fullscreen by default. +Start surf in fullscreen mode. .TP .B \-g Disable giving the geolocation to websites. |