sway

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

commit db642fc8c5f4450c35cafb2760433b95b4c9c053
parent cbd73487046820105a32c64ecf86554876f8f41b
Author: S. Christoffer Eliesen <christoffer@eliesen.no>
Date:   Thu, 26 Nov 2015 22:55:14 +0100

commands: code formatting: Sort list of commands by alphabet.

Diffstat:
Msway/commands.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/commands.c b/sway/commands.c @@ -33,7 +33,6 @@ struct cmd_handler { }; static sway_cmd cmd_bindsym; -static sway_cmd cmd_orientation; static sway_cmd cmd_debuglog; static sway_cmd cmd_exec; static sway_cmd cmd_exec_always; @@ -51,6 +50,7 @@ static sway_cmd cmd_log_colors; static sway_cmd cmd_mode; static sway_cmd cmd_mouse_warping; static sway_cmd cmd_move; +static sway_cmd cmd_orientation; static sway_cmd cmd_output; static sway_cmd cmd_reload; static sway_cmd cmd_resize;