mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
man: Fix trailing spaces
This commit is contained in:
parent
28941cee20
commit
ffc603d451
2 changed files with 2 additions and 2 deletions
|
@ -370,7 +370,7 @@ node and will have the following properties:
|
||||||
that can be used as an aid in submitting reproduction steps for bug reports
|
that can be used as an aid in submitting reproduction steps for bug reports
|
||||||
|- fullscreen_mode
|
|- fullscreen_mode
|
||||||
: integer
|
: integer
|
||||||
: (Only containers and views) The fullscreen mode of the node. 0 means none, 1 means
|
: (Only containers and views) The fullscreen mode of the node. 0 means none, 1 means
|
||||||
full workspace, and 2 means global fullscreen
|
full workspace, and 2 means global fullscreen
|
||||||
|- app_id
|
|- app_id
|
||||||
: string
|
: string
|
||||||
|
|
|
@ -629,7 +629,7 @@ The default colors are:
|
||||||
This option determines what to do when a client requests window activation.
|
This option determines what to do when a client requests window activation.
|
||||||
If set to _urgent_, the urgent state will be set for that window. If set to
|
If set to _urgent_, the urgent state will be set for that window. If set to
|
||||||
_focus_, the window will become focused. If set to _smart_, the window will
|
_focus_, the window will become focused. If set to _smart_, the window will
|
||||||
become focused only if it is already visible, otherwise the urgent state
|
become focused only if it is already visible, otherwise the urgent state
|
||||||
will be set. Default is _urgent_.
|
will be set. Default is _urgent_.
|
||||||
|
|
||||||
*focus_wrapping* yes|no|force|workspace
|
*focus_wrapping* yes|no|force|workspace
|
||||||
|
|
Loading…
Reference in a new issue