Open GoogleCodeExporter opened 9 years ago
I'm also annoyed by this, but have figured out a workaround for now: changing
the column mode seems to clear whatever it is that is causing the previously
focused window to stay highlighted, so I added a couple of lines to re-set the
column mode to the keybindings for movement:
Key $MODKEY-$LEFT # Select the client to the left
wmiir xwrite /tag/sel/ctl select left
# get the current column
c=$(wmiir read /tag/sel/ctl | sed 3q | tail -n 1 | sed 's/select //g' | sed 's/ .*//g')
# get that column's mode
mode=$(wmiir read /tag/sel/ctl | grep "colmode $c" | sed 's/.* //g')
wmiir xwrite /tag/sel/ctl colmode sel $mode
etc. for the other directions. Hope this helps. Please forgive the sloppy
sed-fu.
Original comment by cawtho...@gmail.com
on 20 Oct 2014 at 12:21
Original issue reported on code.google.com by
trupa...@gmail.com
on 18 Oct 2014 at 3:18Attachments: