Thanks for the quick reply, but I still can't seem to get it to work
When I do the changes as you say, and after pressing Mod4-p twice it just
lists proglist_cache.
So I add the '$' sign
eval exec wmiir setsid "$(echo $proglist_cache | wimenu -s 0)" &
And it still requires Mod4-p to be pressed
On Sun 08 May 2011 05:10:37 PM PDT, Ben Smith wrote:
> I have also removed all the proglist stuff, and have tried with
> the other key that i have written a handler for (Mod4-h) and it
> also requires being pressed twice
Let's try a simpler handler logic:
# Run program
Mod4-p)
wmiir set
On Sun, 08 May 2011 07:54:33 +0200, Ben Smith wrote:
I'm on arch linux with the wmii installed from community which is version
3.9.2-1 and I'm following the customizing section of the users guide.
You should be aware that this user guide describes the setup of a wmiirc
from scratch. If you
>
> # Run program
> Mod4-p)
> wmiir setsid "ls / | wimenu -s 0"
> ;;
>
With this code the menu is not displayed at all and I get a message...
wmiir: fatal: setsid: can't exec: No such file or directory
If I add "eval exec" to the line it works after two presses
Mod4-p)
ev
> You should be aware that this user guide describes the setup of a wmiirc
> from scratch. If you just want to customize the existing one, you can do so
> by using a ~/.wmii/wmiirc_local (the recommended, but not overly well
> documented way) or by copying /etc/wmii/wmiirc (or wherever yours is) to
On Sun 08 May 2011 06:13:28 PM PDT, Ben Smith wrote:
> the menu is not displayed at all and I get a message...
> wmiir: fatal: setsid: can't exec: No such file or directory
>
> If I add "eval exec" to the line it works after two presses
> Mod4-p)
> eval exec wmiir setsid "ls / | wimenu
On 8 May 2011 07:21, Stanley Lieber wrote:
> http://openbsd.stanleylieber.com:7734/9base/add_rm_ssam.diff
Thanks a lot, applied.
Cheers,
Anselm
> Interesting, I suppose you could try omitting the daemonizing logic:
>
> Mod4-p) ls / | wimenu ;;
>
Still the same behaviour
I think it is something to do with splitting the event line up into parts...
I put an echo at the start of the while loop that reads each event line:
# Open /event for
Hey,
I decided this is probably the simplest solution to the 'grabbing
problem' we'll get at this point, so I've applied a slight
modification of your patch to tip.
Thanks,
cls
I have got it to work, not sure why though...
the event handler code seemed to be pausing on the line:
line = "$(echo $line | sed 's/^[^ ]* //' | tr -d '\n')"
Simply commenting it out fixed the problem, what is this lines purpose?
And should it be fixed in the User Guide?
I really should learn s
10 matches
Mail list logo