mirror of
https://github.com/swaywm/sway.git
synced 2025-01-28 19:56:40 +00:00
parent
eaec82abd2
commit
f22aef018b
|
@ -112,7 +112,6 @@ sway_cmd cmd_client_placeholder;
|
||||||
sway_cmd cmd_client_background;
|
sway_cmd cmd_client_background;
|
||||||
sway_cmd cmd_commands;
|
sway_cmd cmd_commands;
|
||||||
sway_cmd cmd_create_output;
|
sway_cmd cmd_create_output;
|
||||||
sway_cmd cmd_debuglog;
|
|
||||||
sway_cmd cmd_default_border;
|
sway_cmd cmd_default_border;
|
||||||
sway_cmd cmd_default_floating_border;
|
sway_cmd cmd_default_floating_border;
|
||||||
sway_cmd cmd_default_orientation;
|
sway_cmd cmd_default_orientation;
|
||||||
|
|
|
@ -413,10 +413,6 @@ The default colors are:
|
||||||
: #0c0c0c
|
: #0c0c0c
|
||||||
|
|
||||||
|
|
||||||
*debuglog* on|off|toggle
|
|
||||||
Enables, disables or toggles debug logging. _toggle_ cannot be used in the
|
|
||||||
configuration file.
|
|
||||||
|
|
||||||
*default_border* normal|none|pixel [<n>]
|
*default_border* normal|none|pixel [<n>]
|
||||||
Set default border style for new tiled windows.
|
Set default border style for new tiled windows.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue