aboutsummaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 18:51:20 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 18:51:20 -0400
commite6d83206bdea32481c49c20daadf437e7a46cc60 (patch)
treeba1c6d0f8be7f2e05473e24514a39c44a3c013b5 /sway.5.txt
parentImprovements to gaps (diff)
downloadsway-e6d83206bdea32481c49c20daadf437e7a46cc60.tar.gz
sway-e6d83206bdea32481c49c20daadf437e7a46cc60.tar.zst
sway-e6d83206bdea32481c49c20daadf437e7a46cc60.zip
Document new commands in sway(5)
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 9f92dfe8..b03fb73e 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -76,13 +76,24 @@ Commands
76**splitv**:: 76**splitv**::
77 Equivalent to **split vertical**. 77 Equivalent to **split vertical**.
78 78
79**fullscreen**: 79**floating_modifier** <modifier>::
80 When the _modifier_ key is held down, you may use left click to drag floating
81 windows, and right click to resize them.
82
83**fullscreen**::
80 Toggles fullscreen status for the focused view. 84 Toggles fullscreen status for the focused view.
81 85
82**workspace** <name>: 86**gaps** <amount>**::
87 Adds _amount_ pixels between each view, and around each output.
88
89**gaps** <inner|outer> <amount>**::
90 Adds _amount_ pixels as an _inner_ or _outer_ gap, where the former affects
91 spacing between views and the latter affects the space around each output.
92
93**workspace** <name>::
83 Switches to the specified workspace. 94 Switches to the specified workspace.
84 95
85**workspace** <prev_on_output|next_on_output>: 96**workspace** <prev_on_output|next_on_output>::
86 Switches to the next workspace on the current output. 97 Switches to the next workspace on the current output.
87 98
88**workspace** <name> output <output>:: 99**workspace** <name> output <output>::