Feature: Workspace assignment by number

Workspace assignments with bare numbers assign all workspaces with that
number to the specified output.

Workspace assignment by number is overridden by workspace assignment by
name.
This commit is contained in:
Tony Crisci
2014-05-17 23:36:58 -04:00
committed by Michael Stapelberg
parent cfd06718fc
commit f41e81bd96
5 changed files with 142 additions and 17 deletions

View File

@ -158,7 +158,7 @@ struct deco_render_params {
};
/**
* Stores which workspace (by name) goes to which output.
* Stores which workspace (by name or number) goes to which output.
*
*/
struct Workspace_Assignment {