hatliff / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

Can't resize windows with keyboard #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!
I'm surprised to be unable to resize windows with the keyboard in wmii.
Maybe I miss something?

 I really enjoy this WM, and I also want to thanks developpers for this by
this post.

Original issue reported on code.google.com by xavier.cartron@gmail.com on 21 May 2009 at 10:22

GoogleCodeExporter commented 9 years ago
You can, but there are no key bindings by default. See this thread:

http://lists.suckless.org/wmii/0812/4761.html

There's an sh version of that snippet a bit farther down. The next snapshot will
probably include something like it by default.

Original comment by maglion...@gmail.com on 21 May 2009 at 5:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks a lot!  But, how can I use it? Shall I copy this code in the wmiirc?
I beg your pardon for my bad english, if I had done any mistakes...

Original comment by xavier.cartron@gmail.com on 21 May 2009 at 9:51

GoogleCodeExporter commented 9 years ago
I simply use this in wmiirc to resize windows on the down and right edge:
        Key $MODKEY-Control-$LEFT
                wmiir xwrite /tag/sel/ctl grow sel sel right -1
        Key $MODKEY-Control-$RIGHT
                wmiir xwrite /tag/sel/ctl grow sel sel right 1
        Key $MODKEY-Control-$DOWN
                wmiir xwrite /tag/sel/ctl grow sel sel down 1
        Key $MODKEY-Control-$UP
                wmiir xwrite /tag/sel/ctl grow sel sel down -1

This is a bit more restricted than the "grow mode" suggested by Kris. But if you
remember that you resize on the right and bottom edge of a client, this works 
very
fine for me. For example if you want to resize at the left edge, just switch to 
the
client left of the selected before resizing. All in all not more (in most cases 
less)
keypresses than with the "grow mode".

Original comment by skwi...@googlemail.com on 24 May 2009 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by maglion...@gmail.com on 26 May 2009 at 10:03

GoogleCodeExporter commented 9 years ago
Hi, buddy on the 4th floor, I used your config in my local_wmiirc, the thing 
turns out when I press Alt(my mod key) + control + UP/DOWN/LEFT/RIGHT. I got 
ABCD stuff on my screen, how to solve that?

Original comment by bb2...@gmail.com on 15 Sep 2014 at 2:55