]> git.sur5r.net Git - i3/i3/commit
Allow multiple assignments of workspaces to outputs 3254/head
authorOrestis Floros <orestisf1993@gmail.com>
Tue, 27 Mar 2018 21:55:20 +0000 (00:55 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 12 Jul 2018 14:07:01 +0000 (17:07 +0300)
commitbce088679a3a51d9a6ce2bcef6ddc7938368d312
tree8da5ae13e3bf64f2117ce989bacff99ffdfd5574
parentd525eb80aefcd596c5c40750eb9fa3570e5c55ed
Allow multiple assignments of workspaces to outputs

Also makes get_assigned_output work with the primary output:
    workspace X output primary
will now work.

Fixes #555.
docs/userguide
include/workspace.h
parser-specs/config.spec
src/commands.c
src/config_directives.c
src/randr.c
src/workspace.c
testcases/t/297-assign-workspace-to-output.t
testcases/t/518-interpret-workspace-numbers.t
testcases/t/522-rename-assigned-workspace.t