]> git.sur5r.net Git - i3/i3/commit
Workspace renaming: Interpret outputs as nondirectional 3221/head
authorOliver Graff <oliver.e.graff@gmail.com>
Sat, 31 Mar 2018 19:56:59 +0000 (15:56 -0400)
committerOliver Graff <oliver.e.graff@gmail.com>
Wed, 4 Apr 2018 17:37:59 +0000 (13:37 -0400)
commite4a184e77e735c7bc387c832cae2d6454c4f9da9
tree664cdef8bb71d6d5dacb2582629f9c5b594bd1f0
parentbc760c20364482ea5d18a91fa781c7c5c7ca62cf
Workspace renaming: Interpret outputs as nondirectional

Currently when renaming outputs, an output assignment of "left" will
cause the workspace to move left. Treat this assignment as a proper name
instead (even though it is unlikely an output will be named "left").

Move logic for determining output to move to out of
`workspace_move_to_output`

Add test for ignoring direcionality during rename.

Fixes #3208.
include/workspace.h
src/commands.c
src/workspace.c
testcases/t/522-rename-assigned-workspace.t