]> git.sur5r.net Git - i3/i3/commit
Feature: Workspace assignment by number
authorTony Crisci <tony@dubstepdish.com>
Sun, 18 May 2014 03:36:58 +0000 (23:36 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 20 May 2014 18:15:55 +0000 (20:15 +0200)
commitf41e81bd9615a6b2ca157de22cc9406ac2b3cb7f
tree9d82fda5f9b588b78f9c974097ab2edcb33aae27
parentcfd06718fc5d43109454407690c399ed959bf929
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.
include/data.h
include/util.h
src/util.c
src/workspace.c
testcases/t/518-interpret-workspace-numbers.t [new file with mode: 0644]