sway

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

commit 7702943e58286818425287e9d4be3284adbcbd3e
parent d5678a147fb98116c40659823e2fb677bf3167ce
Author: Brian Ashworth <RedSoxFan@users.noreply.github.com>
Date:   Sat,  1 Dec 2018 14:33:36 -0500

Merge pull request #3229 from mwenzkowski/fix-fullscreen-cmd

Fix fullscreen command and improve documentation
Diffstat:
Msway/commands/fullscreen.c | 4++--
Msway/sway.5.scd | 5+++--
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sway/commands/fullscreen.c b/sway/commands/fullscreen.c @@ -13,14 +13,14 @@ struct cmd_results *cmd_fullscreen(int argc, char **argv) { return error; } if (!root->outputs->length) { - return cmd_results_new(CMD_INVALID, "fullscreen", + return cmd_results_new(CMD_FAILURE, "fullscreen", "Can't run this command while there's no outputs connected."); } struct sway_node *node = config->handler_context.node; struct sway_container *container = config->handler_context.container; struct sway_workspace *workspace = config->handler_context.workspace; if (node->type == N_WORKSPACE && workspace->tiling->length == 0) { - return cmd_results_new(CMD_INVALID, "fullscreen", + return cmd_results_new(CMD_FAILURE, "fullscreen", "Can't fullscreen an empty workspace"); } if (node->type == N_WORKSPACE) { diff --git a/sway/sway.5.scd b/sway/sway.5.scd @@ -130,8 +130,9 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). *focus* mode\_toggle Moves focus between the floating and tiled layers. -*fullscreen* - Toggles fullscreen for the focused view. +*fullscreen* [enable|disable|toggle] + Makes focused view fullscreen, non-fullscreen, or the opposite of what it + is now. If no argument is given, it does the same as _toggle_. *gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current set|plus|minus <amount>