Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Adam Lloyd
On Tue, Mar 16, 2010 at 2:09 PM, Jonas H. wrote: > I thought the Arch packages to be more up-to-date, but the reason that they > are using that old version probably is that there is no newer stable > version. There's no new official stable version, but 3.6 is deprecated and the suckless wiki reco

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Jonas H.
On 03/15/2010 10:35 PM, julien steinhauser wrote: At the time I used wmii, I had these keybindings, don't know if it is still uptodate as I use dwm since a while now. Key $MODKEY-Control-$LEFT wmiir xwrite /tag/sel/ctl grow sel sel right -1 Key $MODKEY-Control-$RIGHT

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Jonas H.
On 03/16/2010 06:56 PM, Jonas H. wrote: $ wmii -v wmii-3.6, ©2007 Kris Maglione Oh well I just figured out this version is "kinda" outdated... 2007 :/ I thought the Arch packages to be more up-to-date, but the reason that they are using that old version probably is that there is no newer sta

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Jonas H.
On 03/15/2010 10:35 PM, Adam Lloyd wrote: $ wmiir xwrite /tag/sel/ctl grow sel sel left 1 Humm, doesn't work. $ wmiir xwrite /tag/sel/ctl grow sel sel left 1 wmiir: fatal: cannot write file '/tag/sel/ctl': bad command $ wmii -v wmii-3.6, ©2007 Kris Maglione Jonas

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-15 Thread Adam Lloyd
On Mon, Mar 15, 2010 at 5:08 PM, Jonas H. wrote: > I'd put together some keybindings myself if someone told me which commands I > have to execute to resize a client. Check out the section on the /tag/ hierarchy in `man wmii`. You want "grow", which you write to /tag//ctl with a frame, direction,

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-15 Thread julien steinhauser
On Mon, Mar 15, 2010 at 10:08:36PM +0100, Jonas H. wrote: > > Hi, > > I'm searching for an up-to-date solution for window resize via > keyboard. The version from the Web page didn't work for me. > > I'd put together some keybindings myself if someone told me which > commands I have to execute to

[dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-15 Thread Jonas H.
Hi, I'm searching for an up-to-date solution for window resize via keyboard. The version from the Web page didn't work for me. I'd put together some keybindings myself if someone told me which commands I have to execute to resize a client. Thanks! Jonas