[dev] [surf] load files patch

2010-09-20 Thread Ethan Grammatikidis
A little patch to loaduri() to load a file given on the command line, if the file exists. If 'uri' does not contain :// it is tested to be an existing readable file. If it is, file:// is prepended, else http://; is. I've found that is enough to load files in the current directory, full paths, and

Re: [dev] [OT] Music?

2010-09-20 Thread Ammar James
I feel compelled to reply to this since none of you fools seem to listen to hip-hop. ;p A Tribe Called Quest The Pharcyde Jurassic 5 De La Soul Digable Planets OutKast Company Flow El-P Aesop Rock Nas Wu-Tang Clan The Notorious B.I.G. Black Star Kanye West MF Doom

[dev] [dwm] tagging interface

2010-09-20 Thread Wolf Tivy
I would like to change the way tag selection works in my dwm. The way I think it should work is if you press two (or more) tag select keysbefore you release one of them, dwm would select both tags. Likewise for tagging windows. I think this would make the tagging stuff much more usable and

Re: [dev] [dwm] tagging interface

2010-09-20 Thread matus,
On Mon, Sep 20, 2010 at 08:44:18PM -0700, Wolf Tivy wrote: [..] So does anyone know how to change the mode or something so that we can get the paired events instead of just 'keypress'? I know this is possible somewhere because that's how SDL does it. You want the KeyRelease event. Note