swayfx/sway
S. Christoffer Eliesen 0a78af0acc workspace: Improve workspace_next_name.
This function looks for bound commands that start with `workspace` (ie.
the commands that change to a static workspace) and fetches the
workspace name.

However, if it's actually a list of commands, then the parsing will pick
up the delimiter ("," or ";") and also fail to recognize keywords
("next" etc).

This patch fixes that by properly separating with delimiters.
2015-11-27 17:30:05 +01:00
..
commands.c swaybg: implement scaling mode "fit" 2015-11-25 22:32:02 +02:00
config.c Call swaybg without invoking a shell 2015-11-25 23:19:11 +02:00
container.c container: Store app_id attribute for views. 2015-11-24 16:00:41 +01:00
criteria.c criteria: Code formatting. 2015-11-25 14:59:07 +01:00
debug_log.c Start fleshing out wayland client implementation 2015-11-12 19:04:01 -05:00
extensions.c extensions: add missing include 2015-11-25 14:39:09 +02:00
focus.c Move IPC client into common, refactor IPC 2015-11-27 09:50:04 -05:00
handlers.c criteria: Add. Learn for_window command. 2015-11-25 14:34:33 +01:00
input_state.c We somewhat more wlc_point now 2015-11-14 17:14:23 -05:00
ipc-server.c Move IPC client into common, refactor IPC 2015-11-27 09:50:04 -05:00
layout.c layout: get_swayc_in_direction_under: Handle floating views. 2015-11-24 21:34:41 +01:00
main.c Move IPC client into common, refactor IPC 2015-11-27 09:50:04 -05:00
output.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
resize.c return after disconnect ipc client and minor checks 2015-09-29 07:19:10 -07:00
util.c added missing util.h/c stuff 2015-08-25 19:53:59 +02:00
workspace.c workspace: Improve workspace_next_name. 2015-11-27 17:30:05 +01:00