[dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-20 Thread Eitan Goldshtrom
Hi Everyone, So I started using wmii a couple months ago. It was the first time I wasn't using GNOME and it's default stuff and I did so because a friend recommended wmii to me. So now I want to know what you all think. Why are dwm and wmii better than other tiling WMs? Or not? And what are

Re: [dev] wmii noob key binding help

2011-02-25 Thread Eitan Goldshtrom
I've put the following directly into the events() function of my wmiirc script in the KeyGroup Other section Key $MODKEY-z amixer sset PCM 4+ Key $MODKEY-v eval wmiir setsid amixer sset PCM 4+ I've since quit wmii, logged out, logged back in, and started X and wmii again. Still the

Re: [dev] wmii noob key binding help

2011-02-25 Thread Eitan Goldshtrom
. But I'm still confused about why they don't work when I put them in wmiirc_local in the local_events() function. -Eitan On 02/25/2011 12:50 PM, Benjamin R. Haskell wrote: On Fri, 25 Feb 2011, Eitan Goldshtrom wrote: I've put the following directly into the events() function of my wmiirc script

Re: [dev] wmii noob key binding help

2011-02-23 Thread Eitan Goldshtrom
or something? If so, how do I do that? When I try to wmiir write or xwrite to any of those 9P files it overwrites the whole thing; I just want to append them. -Eitan On 02/23/2011 12:15 AM, Benjamin R. Haskell wrote: On Tue, 22 Feb 2011, Eitan Goldshtrom wrote: Hi. So I read through as much as I could

[dev] wmii noob key binding help

2011-02-22 Thread Eitan Goldshtrom
Hi. So I read through as much as I could find on the subject of defining my own keybindings. I can see how to do it from the 9P virtual filesystem that wmii has setup, but I am under the impression that it can be done moreproperly?...via wmiirc_local and the local_events() function.

Re: [dev] wmii 3.9.2 broke notify-send

2011-01-30 Thread Eitan Goldshtrom
I don't believe that I did. I installed GHC, which doesn't seem to work either. I mean, I assume it didn't actually break, but maybe wmii is catching the event or something? I don't know enough about all of this. -Eitan

Re: [dev] wmii opening new windows in same tag

2011-01-30 Thread Eitan Goldshtrom
Adding /.*/ group=0 to the bottom of my rules file seemed to fix the problem. However, I don't get the impression that that is the correct way to do it. Is there no global setting somewhere to make the default behavior that it shouldn't group? -Eitan

Re: [dev] wmii opening new windows in same tag [SOLVED]

2011-01-30 Thread Eitan Goldshtrom
Then in that case it looks like we have the solution. Thanks for the help and the info. -Eitan On 01/30/2011 01:52 PM, Thomas Dahms wrote: Am 30.01.2011, 17:30 Uhr, schrieb Eitan Goldshtrom thesource...@gmail.com: Adding /.*/ group=0 to the bottom of my rules file seemed to fix

[dev] wmii 3.9.2 broke notify-send

2011-01-29 Thread Eitan Goldshtrom
Since upgrading to 3.9.2 I noticed that notify-send doesn't bring up a notification in Ubuntu anymore unless I specify -u critical. This is particularly annoying for programs like Pidgin where I rely on those notifications for knowing if someone sent me a message because I like to keep all of

[dev] wmii opening new windows in same tag

2011-01-27 Thread Eitan Goldshtrom
Hi. Since I've upgraded to 3.9.2, or maybe since I've setup my wmiirc_local http://tinypaste.com/bbf341, I've been having a tagging problem -- that link is to a pastebin of it in case it helps. When I open a new window for anything at all, if another instance of that program is already open in

Re: [dev] wmii unicode in the status? [SOLVED]

2011-01-24 Thread Eitan Goldshtrom
good to go. Thanks everyone for the help. -Eitan On 01/24/2011 02:34 AM, Jeremy Jackins wrote: On Sun, Jan 23, 2011 at 6:26 PM, Eitan Goldshtrom thesource...@gmail.com mailto:thesource...@gmail.com wrote: So I had already done that, which made me wonder why you were suggesting

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
I chose python because I am extremely new to linux and scripting so I just went with python. $LANG = en_US.utf8 I printed that directly to the statusbar so I'd know it's the one for wmii and not just my local cli instance. -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
Forgot to say that I don't know about anything else. Everything for wmii is at it's defaults. I'm using wmii-3.5 -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
with '-*-*-*-*-*-*-*-*-*-*-*-*-*-*' as my font it seems to work perfectly, albeit it's ugly. I tried '-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*' and it only half worked -- one of the characters I use isn't recognized but the rest are. Is there a way for me to find out precisely which fonts support the

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
I see. I didn't know I was that outdated. I installed wmii through the Ubuntu Software Center. Assumed it would give me the latest version, though I DID notice a lot of people talking about 3.9. I just thought it was the latest unstable release. Is there a way to upgrade, sort of thing? -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
I appreciate the tip. I downloaded the latest source, but I'm having a problem building. Make says it can't find the xft package, and I'm not sure where to get it because I have libxft2. -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
Just got it, not I'm getting the error: In file included from /usr/include/X11/Xft/Xft.h:39, from ../../include/x11.h:9, from cmd/wmii/dat.h:18, from cmd/wmii/area.c:4: /usr/include/ft2build.h:56: fatal error: freetype/config/ftheader.h: No

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
Isn't xft what I want for proper unicode support? I'm building 3.9.2 -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
Oh loaded on demand. I thought you meant I have to request it to install. I'll check out hg then. -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
So I ran the 2 hg commands. Is there anything else I need to do? Make something? Make install? -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
Okay so I was missing a few packages. Installed them. Now I'm just getting lib/libstuff/clientutil.c:9: fatal error: ixp.h: No such file or directory -Eitan

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Eitan Goldshtrom
So I had already done that, which made me wonder why you were suggesting it, because obviously I must have done something wrong when I tried to hg that URL. I hadn't realized that I needed to build that after getting it. I did and everything worked. I built wmii-3.9.2. Which leaves me now

[dev] wmii unicode in the status?

2011-01-22 Thread Eitan Goldshtrom
Hi. I'm trying to print out a progress bar sort of thing that represents my remaining battery life. I finally got the script to work such that from a cli I can print out the status as I like it with the correct information. However, for the bar itself I use unicode block characters. When it

Re: [dev] wmii extremely beginner scripting help

2011-01-22 Thread Eitan Goldshtrom
Thanks. I ended up trying that temporarily and it so far has been working. Glad to know it is the right way to do it. -Eitan On 01/22/2011 11:44 AM, loz.accs wrote: Hi, Eitan. Yes, file in your home directory will be used only when wmii starts for your user, so different users can have

Re: [dev] wmii unicode in the status?

2011-01-22 Thread Eitan Goldshtrom
Looks like the pastebin didn't handle the unicode well, but I have a picture of the weird display in the statusbar. http://tinypaste.com/53518 -Eitan

[dev] wmii extremely beginner scripting help

2011-01-20 Thread Eitan Goldshtrom
Hi all. I want to add something to my status bar, but I'm finding that online tutorials are leaving me uncertain of a lot of what I need to do. Is it sufficient for me to create a file called wmiirc in ~/.wmii-3.5/, put a status() function inside, and make the file executable? I have been led

Re: [dev] wmii freezes momentarily and regularly

2011-01-19 Thread Eitan Goldshtrom
Okay so I don't know why but apparently it isn't freezing on me anymore. I remember the freezing starting when I tried connecting to my network at home -- I'm no longer at home. Either way Wicd isn't going to work here because we have a TTLS-PAP connection and I didn't see support for that in

[dev] wmii freezes momentarily and regularly

2011-01-18 Thread Eitan Goldshtrom
I'm using wmii with Ubuntu and everything was fine at first. I wanted to get wireless working so I installed Wicd. Now every few seconds the whole thing freezes up for a few seconds. I can move the mouse and access Mod-a in order to 'quit', and I haven't tested what else I can do, but the open

Re: [dev] wmii freezes momentarily and regularly

2011-01-18 Thread Eitan Goldshtrom
I'm not in the position to try right now but I tried yesterday and yes, it didn't work when Wicd was closed, though it is possible that the Wicd server was running in the background. -Eitan

Re: [dev] wmii freezes momentarily and regularly

2011-01-18 Thread Eitan Goldshtrom
I use the default desktop environment for Ubuntu right now because things don't freeze there. I can check again probably tomorrow and get back to all of you with more detail about the problem. I was sort of hoping it was a common thing, guess not. Maybe it is just Wicd and I should find