aboutsummaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 04:24:39 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 04:24:39 -0700
commitba6034e8c8cd2bbe15f318e511817e0904633bb3 (patch)
tree142a152770f435484e97ffa46567cb177753aec3 /sway.5.txt
parentremove debug message (diff)
downloadsway-ba6034e8c8cd2bbe15f318e511817e0904633bb3.tar.gz
sway-ba6034e8c8cd2bbe15f318e511817e0904633bb3.tar.zst
sway-ba6034e8c8cd2bbe15f318e511817e0904633bb3.zip
changes
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 9c40558b..5bccbd12 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -22,11 +22,11 @@ Commands
22-------- 22--------
23 23
24**bindsym** <key combo> <command>:: 24**bindsym** <key combo> <command>::
25 Binds _key combo_ to execute _command_ when pressed. You may use XKB key names 25 Binds _key combo_ to execute _command_ when pressed. You may use XKB key
26 here (**xev**(1) is a good tool for discovering them). An example bindsym 26 names here (**xev**(1) is a good tool for discovering them). An example
27 command would be _bindsym Mod1+Shift+f exec firefox_, which would execute 27 bindsym command would be _bindsym Mod1+Shift+f exec firefox_, which would
28 Firefox if the alt, shift, and F keys are pressed together. Any valid sway 28 execute Firefox if the alt, shift, and F keys are pressed together. Any
29 command is eligible to be bound to a key combo. 29 valid sway command is eligible to be bound to a key combo.
30 30
31**exec** <shell command>:: 31**exec** <shell command>::
32 Executes _shell command_ with sh. 32 Executes _shell command_ with sh.
@@ -41,9 +41,6 @@ Commands
41**floating** toggle:: 41**floating** toggle::
42 Toggles the "floating" status of the focused view. 42 Toggles the "floating" status of the focused view.
43 43
44**floating** mode_toggle::
45 Toggles focus between floating view and tiled view.
46
47**focus** <direction>:: 44**focus** <direction>::
48 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The 45 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The
49 directional focus commands will move the focus in that direction. The parent 46 directional focus commands will move the focus in that direction. The parent
@@ -51,6 +48,9 @@ Commands
51 container, which is useful, for example, to open a sibling of the parent 48 container, which is useful, for example, to open a sibling of the parent
52 container, or to move the entire container around. 49 container, or to move the entire container around.
53 50
51**focus** mode_toggle::
52 Toggles focus between floating view and tiled view.
53
54**focus_follows_mouse** <yes|no>:: 54**focus_follows_mouse** <yes|no>::
55 If set to _yes_, the currently focused view will change as you move your 55 If set to _yes_, the currently focused view will change as you move your
56 mouse around the screen to the view that ends up underneath your mouse. 56 mouse around the screen to the view that ends up underneath your mouse.
@@ -86,10 +86,10 @@ Commands
86**fullscreen**:: 86**fullscreen**::
87 Toggles fullscreen status for the focused view. 87 Toggles fullscreen status for the focused view.
88 88
89**gaps** <amount>**:: 89**gaps** <amount>::
90 Adds _amount_ pixels between each view, and around each output. 90 Adds _amount_ pixels between each view, and around each output.
91 91
92**gaps** <inner|outer> <amount>**:: 92**gaps** <inner|outer> <amount>::
93 Adds _amount_ pixels as an _inner_ or _outer_ gap, where the former affects 93 Adds _amount_ pixels as an _inner_ or _outer_ gap, where the former affects
94 spacing between views and the latter affects the space around each output. 94 spacing between views and the latter affects the space around each output.
95 95