sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit cd10e755c1b820b15eac448451d6b9dabd339fc0
parent 7baaa3a0f80a28f58a3f95f7c3c832cb109b2aab
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 17 Feb 2019 09:51:56 -0500

Remove refs to unimplemented debuglog command

Closes #3695

Diffstat:
Minclude/sway/commands.h | 1-
Msway/sway.5.scd | 4----
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/include/sway/commands.h b/include/sway/commands.h @@ -112,7 +112,6 @@ sway_cmd cmd_client_placeholder; sway_cmd cmd_client_background; sway_cmd cmd_commands; sway_cmd cmd_create_output; -sway_cmd cmd_debuglog; sway_cmd cmd_default_border; sway_cmd cmd_default_floating_border; sway_cmd cmd_default_orientation; diff --git a/sway/sway.5.scd b/sway/sway.5.scd @@ -413,10 +413,6 @@ The default colors are: : #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>] Set default border style for new tiled windows.