(I had already made changes to my .i3/config, but I believe they were
all below this, but line numbers might be wrong)

Lines 124-127 in the initial configuration file generated by
i3.config-wizard, reads:
        bindsym 113 resize shrink width 10 px or 10 ppt
        bindsym 116 resize grow height 10 px or 10 ppt
        bindsym 111 resize shrink height 10 px or 10 ppt
        bindsym 114 resize grow width 10 px or 10 ppt

Those numbers are keycodes not symbols, so it should probably be
s/bindsym/bindcode/. As the real symbols are used in lines 36-39, it
would probbaly be better to use:
        bindsym Left resize shrink width 10 px or 10 ppt
        bindsym Down resize grow height 10 px or 10 ppt
        bindsym Up resize shrink height 10 px or 10 ppt
        bindsym Right resize grow width 10 px or 10 ppt

Note that I'm running wheezy, and using the version in wheezy and sid
(4.2-2).

.Henrik


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to