mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Remove unnecessary underscores in man pages
This commit is contained in:
parent
5f45a4bbc1
commit
cd22d555e8
5 changed files with 153 additions and 153 deletions
|
|
@ -10,7 +10,7 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
|
||||
# COMMANDS
|
||||
|
||||
*status\_command* <status command>
|
||||
*status_command* <status command>
|
||||
Executes the bar _status command_ with _sh -c_. Each line of text printed
|
||||
to stdout from this command will be displayed in the status area of the
|
||||
bar. You may also use the i3bar JSON protocol:
|
||||
|
|
@ -18,13 +18,13 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
https://i3wm.org/docs/i3bar-protocol.html
|
||||
|
||||
If running this command via IPC, you can disable a running status command by
|
||||
setting the command to a single dash: _swaybar bar bar-0 status\_command -_
|
||||
setting the command to a single dash: _swaybar bar bar-0 status_command -_
|
||||
|
||||
*pango\_markup* enabled|disabled
|
||||
*pango_markup* enabled|disabled
|
||||
Enables or disables pango markup for status lines. This has no effect on
|
||||
status lines using the i3bar JSON protocol.
|
||||
|
||||
*id* <bar\_id>
|
||||
*id* <bar_id>
|
||||
Sets the ID of the bar.
|
||||
|
||||
*position* top|bottom
|
||||
|
|
@ -34,31 +34,31 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
Restrict the bar to a certain output, can be specified multiple times. If
|
||||
the output command is omitted, the bar will be displayed on all outputs.
|
||||
|
||||
*swaybar\_command* <command>
|
||||
*swaybar_command* <command>
|
||||
Executes custom bar command. Default is _swaybar_.
|
||||
|
||||
*font* <font>
|
||||
Specifies the font to be used in the bar.
|
||||
|
||||
*separator\_symbol* <symbol>
|
||||
*separator_symbol* <symbol>
|
||||
Specifies the separator symbol to separate blocks on the bar.
|
||||
|
||||
*wrap\_scroll* yes|no
|
||||
*wrap_scroll* yes|no
|
||||
Enables or disables wrapping when scrolling through workspaces with the
|
||||
scroll wheel. Default is _no_.
|
||||
|
||||
*workspace\_buttons* yes|no
|
||||
*workspace_buttons* yes|no
|
||||
Enables or disables workspace buttons on the bar. Default is _yes_.
|
||||
|
||||
*strip\_workspace\_name* yes|no
|
||||
*strip_workspace_name* yes|no
|
||||
If set to _yes_, then workspace names will be omitted from the workspace
|
||||
button and only the custom number will be shown. Default is _no_.
|
||||
|
||||
*strip\_workspace\_numbers* yes|no
|
||||
*strip_workspace_numbers* yes|no
|
||||
If set to _yes_, then workspace numbers will be omitted from the workspace
|
||||
button and only the custom name will be shown. Default is _no_.
|
||||
|
||||
*binding\_mode\_indicator* yes|no
|
||||
*binding_mode_indicator* yes|no
|
||||
Enable or disable binding mode indicator. Default is _yes_.
|
||||
|
||||
*gaps* <all> | <horizontal> <vertical> | <top> <right> <bottom> <left>
|
||||
|
|
@ -90,7 +90,7 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
modifier key is pressed, though this behaviour depends on the hidden state.
|
||||
In _invisible_ mode, it is permanently hidden. Default is _dock_.
|
||||
|
||||
*hidden\_state* hide|show
|
||||
*hidden_state* hide|show
|
||||
Specifies the behaviour of the bar when it is in _hide_ mode. When the
|
||||
hidden state is _hide_, then it is normally hidden, and only unhidden by
|
||||
pressing the modifier key or in case of urgency hints. When the hidden
|
||||
|
|
@ -100,12 +100,12 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
*modifier* <Modifier>|none
|
||||
Specifies the modifier key that shows a hidden bar. Default is _Mod4_.
|
||||
|
||||
*status\_padding* <padding>
|
||||
*status_padding* <padding>
|
||||
Sets the vertical padding that is used for the status line. The default is
|
||||
_1_. If _padding_ is _0_, blocks will be able to take up the full height of
|
||||
the bar. This value will be multiplied by the output scale.
|
||||
|
||||
*status\_edge\_padding* <padding>
|
||||
*status_edge_padding* <padding>
|
||||
Sets the padding that is used when the status line is at the right edge of
|
||||
the bar. This value will be multiplied by the output scale. The default is
|
||||
_3_.
|
||||
|
|
@ -115,13 +115,13 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
Swaybar provides a system tray where third-party applications may place icons.
|
||||
The following commands configure the tray.
|
||||
|
||||
*tray\_bindcode* <event-code>
|
||||
*tray_bindcode* <event-code>
|
||||
ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollUp|nop
|
||||
Executes the action when the mouse button has been pressed. The buttons can
|
||||
be given as an event code, which can be obtained from `libinput debug-events`.
|
||||
To disable the default behavior for a button, use the command _nop_.
|
||||
|
||||
*tray\_bindsym* button[1-9]|<event-name>
|
||||
*tray_bindsym* button[1-9]|<event-name>
|
||||
ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollUp|nop
|
||||
Executes the action when the mouse button has been pressed. The buttons can
|
||||
be given as a x11 button number or an event name, which can be obtained
|
||||
|
|
@ -129,16 +129,16 @@ ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollU
|
|||
action (Activate for button1, ContextMenu for button2 and SecondaryActivate
|
||||
for button3).
|
||||
|
||||
*tray\_padding* <px> [px]
|
||||
*tray_padding* <px> [px]
|
||||
Sets the pixel padding of the system tray. This padding will surround the
|
||||
tray on all sides and between each item. The default value for _px_ is 2.
|
||||
|
||||
*tray\_output* none|<output>
|
||||
*tray_output* none|<output>
|
||||
Restrict the tray to a certain output, can be specified multiple times. If
|
||||
omitted, the tray will be displayed on all outputs. Unlike i3bar, swaybar
|
||||
can show icons on any number of bars and outputs without races.
|
||||
|
||||
*icon\_theme* <name>
|
||||
*icon_theme* <name>
|
||||
Sets the icon theme that sway will look for item icons in. This option has
|
||||
no default value, because sway will always default to the fallback theme,
|
||||
hicolor.
|
||||
|
|
@ -157,40 +157,40 @@ must be defined in hex: _#RRGGBB_ or _#RRGGBBAA_.
|
|||
*separator* <color>
|
||||
Text color to be used for the separator.
|
||||
|
||||
*focused\_background* <color>
|
||||
*focused_background* <color>
|
||||
Background color of the bar on the currently focused monitor output. If not
|
||||
used, the color will be taken from _background_.
|
||||
|
||||
*focused\_statusline* <color>
|
||||
*focused_statusline* <color>
|
||||
Text color to be used for the statusline on the currently focused monitor
|
||||
output. If not used, the color will be taken from _statusline_.
|
||||
|
||||
*focused\_separator* <color>
|
||||
*focused_separator* <color>
|
||||
Text color to be used for the separator on the currently focused monitor
|
||||
output. If not used, the color will be taken from _separator_.
|
||||
|
||||
*focused\_workspace* <border> <background> <text>
|
||||
*focused_workspace* <border> <background> <text>
|
||||
Border, background and text color for a workspace button when the workspace
|
||||
has focus.
|
||||
|
||||
*active\_workspace* <border> <background> <text>
|
||||
*active_workspace* <border> <background> <text>
|
||||
Border, background and text color for a workspace button when the workspace
|
||||
is active (visible) on some output, but the focus is on another one. You
|
||||
can only tell this apart from the focused workspace when you are using
|
||||
multiple monitors.
|
||||
|
||||
*inactive\_workspace* <border> <background> <text>
|
||||
*inactive_workspace* <border> <background> <text>
|
||||
Border, background and text color for a workspace button when the workspace
|
||||
does not have focus and is not active (visible) on any output. This will be
|
||||
the case for most workspaces.
|
||||
|
||||
*urgent\_workspace* <border> <background> <text>
|
||||
*urgent_workspace* <border> <background> <text>
|
||||
Border, background and text color for a workspace button when the workspace
|
||||
contains a window with the urgency hint set.
|
||||
|
||||
*binding\_mode* <border> <background> <text>
|
||||
*binding_mode* <border> <background> <text>
|
||||
Border, background and text color for the binding mode indicator. If not used,
|
||||
the colors will be taken from _urgent\_workspace_.
|
||||
the colors will be taken from _urgent_workspace_.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue