Fix typos
This commit is contained in:
parent
aed26cfc8c
commit
da679a8051
|
@ -61,7 +61,7 @@ Installez les dépendances :
|
||||||
* pam **
|
* pam **
|
||||||
* imagemagick (requis pour la capture d'image avec swaygrab)
|
* imagemagick (requis pour la capture d'image avec swaygrab)
|
||||||
* ffmpeg (requis pour la capture vidéo avec swaygrab)
|
* ffmpeg (requis pour la capture vidéo avec swaygrab)
|
||||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (requis pour man pages)
|
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (requis pour les pages man)
|
||||||
|
|
||||||
_\*Uniquement requis pour swaybar, swaybg, and swaylock_
|
_\*Uniquement requis pour swaybar, swaybg, and swaylock_
|
||||||
|
|
||||||
|
|
|
@ -56,8 +56,8 @@ The following commands may only be used in the configuration file.
|
||||||
arguments of future commands.
|
arguments of future commands.
|
||||||
|
|
||||||
*swaybg\_command* <command>
|
*swaybg\_command* <command>
|
||||||
Executes custom bg _command_. Default is _swaybg_. Refer to **output**
|
Executes custom background _command_. Default is _swaybg_. Refer to
|
||||||
below for more information.
|
*output* below for more information.
|
||||||
|
|
||||||
The following commands cannot be used directly in the configuration file.
|
The following commands cannot be used directly in the configuration file.
|
||||||
They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
||||||
|
@ -197,7 +197,7 @@ runtime.
|
||||||
The available classes are:
|
The available classes are:
|
||||||
|
|
||||||
*client.background*
|
*client.background*
|
||||||
Ignored (present for i3 compatability).
|
Ignored (present for i3 compatibility).
|
||||||
|
|
||||||
*client.focused*
|
*client.focused*
|
||||||
The window that has focus.
|
The window that has focus.
|
||||||
|
@ -206,7 +206,7 @@ runtime.
|
||||||
The most recently focused view within a container which is not focused.
|
The most recently focused view within a container which is not focused.
|
||||||
|
|
||||||
*client.placeholder*
|
*client.placeholder*
|
||||||
Ignored (present for i3 compatability).
|
Ignored (present for i3 compatibility).
|
||||||
|
|
||||||
*client.unfocused*
|
*client.unfocused*
|
||||||
A view that does not have focus.
|
A view that does not have focus.
|
||||||
|
@ -294,7 +294,7 @@ The default colors are:
|
||||||
Executes _shell command_ with sh.
|
Executes _shell command_ with sh.
|
||||||
|
|
||||||
*exec\_always* <shell command>
|
*exec\_always* <shell command>
|
||||||
Like exec, but the shell command will be executed _again_ after *reload*.
|
Like *exec*, but the shell command will be executed _again_ after *reload*.
|
||||||
|
|
||||||
*floating\_maximum\_size* <width> x <height>
|
*floating\_maximum\_size* <width> x <height>
|
||||||
Specifies the maximum size of floating windows. -1 x -1 removes the upper
|
Specifies the maximum size of floating windows. -1 x -1 removes the upper
|
||||||
|
@ -393,7 +393,7 @@ The default colors are:
|
||||||
|
|
||||||
*mouse\_warping* output|none
|
*mouse\_warping* output|none
|
||||||
If _output_ is specified, the mouse will be moved to new outputs as you
|
If _output_ is specified, the mouse will be moved to new outputs as you
|
||||||
move focus between them.
|
move focus between them. Default is _output_.
|
||||||
|
|
||||||
*no\_focus* <criteria>
|
*no\_focus* <criteria>
|
||||||
Prevents windows matching <criteria> from being focused automatically when
|
Prevents windows matching <criteria> from being focused automatically when
|
||||||
|
@ -407,9 +407,9 @@ The default colors are:
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
output HDMI-A-1 mode 1920x1080
|
output HDMI-A-1 mode 1920x1080
|
||||||
|
|
||||||
output HDMI-A-1 mode 1920x1080@60Hz
|
output HDMI-A-1 mode 1920x1080@60Hz
|
||||||
|
|
||||||
*output* <name> position|pos <X,Y>
|
*output* <name> position|pos <X,Y>
|
||||||
Places the specified output at the specific position in the global
|
Places the specified output at the specific position in the global
|
||||||
|
|
Loading…
Reference in a new issue