Hi,
I can't figure out how to automatically make a gnuplot window float. Here is
what xprop says about it:
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
WM_NAME(STRING) = "Gnuplot"
WM_ICON_NAME(STRING) = "gplt"
Hello, two scripts for basic session management on surf
I assume that you launch surf like that :
surf -x blah >> ~/.surf/id
After a session don't forget to clean your ~/.surf/id
writesession :
#!/bin/sh
dir=~/.surf
while read line
do
url=`xprop -id $line | grep URL | awk '{print $3}'
2009/10/2 :
> Does anybody have a clue about what's wrong?
>
I'm not in front of my box now, so I could be wrong, but I guess the
window is mapped before its properties are set. If this is your case,
you could write a function that calls applyrules(sel) and call this
function from a key combinati
* yy [2009-10-02 13:46]:
> 2009/10/2 :
> > Does anybody have a clue about what's wrong?
>
> I'm not in front of my box now, so I could be wrong, but I guess the
> window is mapped before its properties are set. If this is your case,
> you could write a function that calls applyrules(sel) and cal
Hello folks,
firstly, let me say that after 15 years of a love-hate relationship
with fvwm I think that wmii finally is what I've been looking for. 50%
of what I do I do in terminal windows, and the rest are X programs. So
half the time I open xterms only to type X program names. Most of the
time
Hi all,
I was trying to build wmii from the latest alfa (wmii 3.9a2)
following the README instructions and found a small problem.
After running 'make config' I noticed that in the file 'config.mk' the
variable INCX11 that is correctly initialized with:
INCX11 = $$(pkg-config --cflags $(X11PA
Another problem. After the config/compile/install process went well, I
restarted gdm and logged in into wmii. Unfortunately I only see the
bottom bar white without any string and I can't do anything... help
Maybe someone else had the same issue but I can't google it.
Thanks
--
Marco Rucci
On Fri
I've seen that in the current Hg tip (3c5a74149fb8) you can resize the
effective area wmii uses in the default mode (tiling), by dragging the
borders using the column separators. As an example here's an
screenshot where I have reduced the area from both the right and left
sides:
http://img405.image
On Fri, Oct 02, 2009 at 04:47:22PM +0200, Robert Latest wrote:
So wmii does all I want done more quickly than fvwm, and it doesn't do
anything that I don't want done.
Thanks for this great piece of software!
Glad you like it.
But at work I'm sadly forced to use a Windows PC, but to do real w
On Fri, Oct 02, 2009 at 05:59:22PM +0200, Marco Rucci wrote:
Hi all,
I was trying to build wmii from the latest alfa (wmii 3.9a2)
following the README instructions and found a small problem.
After running 'make config' I noticed that in the file 'config.mk' the
variable INCX11 that is correctl
On Fri, Oct 02, 2009 at 07:13:51PM +0200, Juan Pablo Aroztegi wrote:
I've seen that in the current Hg tip (3c5a74149fb8) you can resize the
effective area wmii uses in the default mode (tiling), by dragging the
borders using the column separators. As an example here's an
screenshot where I have r
> Yes, it's intentional, though not polished yet. It's mainly so it's easier
> to mix managed and floating modes with less mess. I may remove it in favor
> of empty columns after 3.9 is released.
I see, thanks for the info.
On Wed, Sep 30, 2009 at 01:32:40AM -0700, Suraj Kurapati wrote:
I will move my eccentric setup to a "personal" branch on GitHub and
merge your patches onto my GitHub master branch. This way, my GitHub
repo will stay in sync with your official wmii one and newcomers won't
be scared away by my ecc
Hey, swm's another great discovery! Configuration in source code --
I've always been embarrassed that my own software works like that,
now I'm happy to see that there are people out there who actually have
the guts to do the same thing and sell it as a feature. I miss the
MOD-p menu function thoug
Try upgrading to the latest dmenu?
--
Samuel Baldwin - logik.li
dmenu should bring dmenu_run with it which is a short sh-wrapper around dmenu
which feeds dmenu with $PATH.
dmenu_run works fine here and everywhere else I tried it.
On Fri, Oct 02, 2009 at 08:58:57PM +0200, Robert Latest wrote:
> Hey, swm's another great discovery! Configuration in source code --
Hi,
wmii has Xinerama support, and at the moment I have only one
monitor. So, rather than rip it out or let it get bitrotton,
I've been looking for some way to simulate Xinerama on one
screen. Xephyr, in theory, can fake Xinerama screens, but it
doesn't work here--I just get a normal multihea
> Try upgrading to the latest dmenu?
Yup, that did it. The other one was the one that cam with Debian's wmii.
robert
On Fri, Oct 2, 2009 at 19:38, Kris Maglione wrote:
> On Fri, Oct 02, 2009 at 05:59:22PM +0200, Marco Rucci wrote:
>>
>> Hi all,
>> I was trying to build wmii from the latest alfa (wmii 3.9a2)
>> following the README instructions and found a small problem.
>> After running 'make config' I notice
Hello,
We currently have a ~ prefix in tagrules which forces a client into
the floating layer of a tag:
/MPlayer/ -> ~foo # put mplayer into floating layer of 'foo' tag
So I propose an antonym ! prefix which forces a client into the managed layer:
/MPlayer/ -> !foo # put mplayer i
On Fri, Oct 2, 2009 at 4:54 PM, Suraj Kurapati wrote:
> /MPlayer/ -> ~foo # put mplayer into floating layer of 'foo' tag
> /MPlayer/ -> !foo # put mplayer into managed layer of 'foo' tag
> /MPlayer/ -> foo # put mplayer into 'foo' tag, wmii decides which layer
I forgot to mention that thes
On Fri, Oct 02, 2009 at 04:54:13PM -0700, Suraj Kurapati wrote:
We currently have a ~ prefix in tagrules which forces a client into
the floating layer of a tag:
/MPlayer/ -> ~foo # put mplayer into floating layer of 'foo' tag
So I propose an antonym ! prefix which forces a client into the
On Fri, Oct 2, 2009 at 5:52 PM, Kris Maglione wrote:
> It's not a prefix, it's just a tag. We have +~ and -~, so in the current
> configuration, ! is not necessary.
I see, thanks for the clarification.
> Using as a prefix is an interesting idea. I'll think about it.
I went ahead and implemented
23 matches
Mail list logo