Hello,
I am using wmii and now I need to place bar on top instead of bottom of
my screen. How do I do that?
Best regards
Hi,
On Fri, Jan 14, 2011 at 04:29:00PM +0100, Marc Weber wrote:
> Excerpts from dtk's message of Fri Jan 14 16:13:34 +0100 2011:
> > Can anybody confirm this behaviour?
> No.
Me neither, here it works fine. I am running Arch 64bit, wireshark
1.4.3, Lua 5.1.4 and Simple as display manager (if of i
2011/1/15 Michal Hajek :
> I am using wmii and now I need to place bar on top instead of bottom of my
> screen. How do I do that?
It depends on your wmii version but try:
wmiir xwrite /ctl bar on top
Or just give a second change to the project homepage...
http://hg.suckless.org/wmii/raw-file
* Julien Jehannet (jul...@smaf.org) [110115 18:00]:
wmiir xwrite /ctl bar on top
works like a charm, thanks!
Hi,
I have mounted wmii dir using 9p on gentoo machine, so mount shows:
/tmp/ns.michal.:0/wmii on /mnt/wmii type 9p
(rw,trans=unix,uname=root,noextend,dfltgid=0,dfltuid=0)
and I can see the mount:
# ls -la /mnt/wmii
total 2
dr-x-- 1 root root 0 Jan 15 20:04 client
-rw--- 1 root root
On Sat, Jan 15, 2011 at 08:10:46PM +0100, Michal Hajek wrote:
Hi,
I have mounted wmii dir using 9p on gentoo machine, so mount shows:
/tmp/ns.michal.:0/wmii on /mnt/wmii type 9p
(rw,trans=unix,uname=root,noextend,dfltgid=0,dfltuid=0)
and I can see the mount:
# ls -la /mnt/wmii
total 2
dr-x--
* Kris Maglione (maglion...@gmail.com) [110115 20:47]:
Use >> rather than >. The virtual files don't support
truncation, which > tries to do.
oh, I see. You are right, ">>" works fine. Thank you!