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:
committed by
Michael Stapelberg
parent
cfd06718fc
commit
f41e81bd96
@ -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 {
|
||||
|
Reference in New Issue
Block a user