]> git.sur5r.net Git - i3/i3/commit
Workspace command number selection
authorTony Crisci <tony@dubstepdish.com>
Sun, 22 Jun 2014 16:24:26 +0000 (12:24 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jun 2014 19:30:07 +0000 (21:30 +0200)
commitcbd51ce6642be4e1163a64dce8ec20a454f1bf05
tree101ab63a63f6cda8af96552e7ac8ee8cbbea4969
parent4205973135f28a0ab0e25a63dbc8c6fff0d3539e
Workspace command number selection

If a `workspace {N}` or `move to workspace {N}` command is given with N
as a plain number, the workspace of this number is selected for the
context of the command if one exists and there is no workspace with a
name that exactly matches N.
src/commands.c
testcases/t/232-cmd-workspace-number-selection.t [new file with mode: 0644]