From: Michael Stapelberg Date: Fri, 6 Mar 2009 16:07:53 +0000 (+0100) Subject: Bugfix: Should be workspace 10 not 0 in moving aswell X-Git-Tag: 3.a~74 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c04baeeea280a385f91263e896eb4dc6d610c996;p=i3%2Fi3 Bugfix: Should be workspace 10 not 0 in moving aswell --- diff --git a/i3.config b/i3.config index 8f1f7d39..f7c85f70 100644 --- a/i3.config +++ b/i3.config @@ -56,7 +56,7 @@ bind Mod1+Shift+15 m6 bind Mod1+Shift+16 m7 bind Mod1+Shift+17 m8 bind Mod1+Shift+18 m9 -bind Mod1+Shift+19 m0 +bind Mod1+Shift+19 m10 # Mod1+Enter starts a new terminal bind Mod1+36 exec /usr/bin/urxvt