Re: [dwm] Multimedia, print screen keys

2009-02-14 Thread yy
2009/2/15 Jeremy Jay : > spawn/execvp() is supposed to get each argument as a pointer, not all-in-one. > all the commands you are having trouble with also happen to have arguments. > On top of that, I don't think you have the right arguments for amixer... > > Here's the relevent parts of my config

Re: [dwm] Multimedia, print screen keys

2009-02-14 Thread Jake Todd
Thanks Jeremy, it's working now. > spawn/execvp() is supposed to get each argument as a pointer, not > all-in-one. all the commands you are having trouble with also happen > to have arguments. On top of that, I don't think you have the right > arguments for amixer... > > Here's the relevent parts

Re: [dwm] Multimedia, print screen keys

2009-02-14 Thread Jeremy Jay
spawn/execvp() is supposed to get each argument as a pointer, not all-in-one. all the commands you are having trouble with also happen to have arguments. On top of that, I don't think you have the right arguments for amixer... Here's the relevent parts of my config for an example: - static co

Re: [dwm] Multimedia, print screen keys

2009-02-14 Thread Kurt H Maier
Use xev to figure out what keycodes those buttons output. Use xmodmap to assign them keysyms. # Kurt H Maier

[dwm] Multimedia, print screen keys

2009-02-14 Thread Jake Todd
I've just switched from awesome to dwm, and in the process of migrating my config from lua to the c header file I've encountered some trouble. The first problem is I can't get my multimedia keys to function (volume up/down/mute). I've searched through the mail archives and haven't found a fix that

Re: [dwm] Re: stdin to statusbar output removed?

2009-02-14 Thread yamada yohei
It would seem that dwm.1 also need to be updated: diff -r a98f0e8ea6cb dwm.1 --- a/dwm.1 Sat Feb 14 11:21:24 2009 + +++ b/dwm.1 Sun Feb 15 00:42:47 2009 +0900 @@ -36,7 +36,7 @@ .SH USAGE .SS Status bar .TP -.B Standard input +.B Root window name is read and displayed in the status

Re: [dwm] A talk about suckless.org and dwm

2009-02-14 Thread v4hn
On Sat, Feb 14, 2009 at 02:02:18PM +0100, Yoshi Rokuko wrote: > On Sat, Feb 14, 2009 at 10:24:04AM +0100, markus schnalke wrote: > > After a long time, the recording is available now, too. > > > > http://www.marmaro.de/docs/suckless-lightningtalk_64k.mp3 (6.5m) > > > > It's in German (sorry f

Re: [dwm] [PATCH] fprintf where fputs is sufficiant

2009-02-14 Thread Kai Großjohann
On Sat, 14 Feb 2009 15:40:48 +0100 Kai Großjohann wrote: > Hi Enno, [...] Sorry, folks, the reply-to header caught me off guard. Kai

Re: [dwm] [PATCH] fprintf where fputs is sufficiant

2009-02-14 Thread Kai Großjohann
On Sat, 14 Feb 2009 12:37:48 +0100 "Enno \"Gottox\" Boland" wrote: > http://www.gnuffy.org - Real Community Distro > http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename > Peggy) Hi Enno, I was wondering what gnuffy is so I tried to access this address, but it doesn't resolve. Ther

Re: [dwm] A talk about suckless.org and dwm

2009-02-14 Thread markus schnalke
[2009-02-14 14:02] Yoshi Rokuko > On Sat, Feb 14, 2009 at 10:24:04AM +0100, markus schnalke wrote: > > > > http://www.marmaro.de/docs/suckless-lightningtalk_64k.mp3 (6.5m) > > hat mir gefallen - nice talk. thanks meillo signature.asc Description: Digital signature

Re: [dwm] A talk about suckless.org and dwm

2009-02-14 Thread Yoshi Rokuko
On Sat, Feb 14, 2009 at 10:24:04AM +0100, markus schnalke wrote: > After a long time, the recording is available now, too. > > http://www.marmaro.de/docs/suckless-lightningtalk_64k.mp3 (6.5m) > > It's in German (sorry for non-German speakers). More exactly it's in > Swabian, a German dialec

[dwm] [PATCH] fprintf where fputs is sufficiant

2009-02-14 Thread Enno "Gottox" Boland
I think fprintf is unneeded here. Have fun! diff -r 85a8eff4c123 dwm.c --- a/dwm.c Thu Feb 12 17:26:12 2009 +0100 +++ b/dwm.c Sat Feb 14 12:34:51 2009 +0100 @@ -1713,7 +1713,7 @@ die("usage: dwm [-v]\n"); if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) -

Re: [dwm] solaris regression tests

2009-02-14 Thread Anselm R Garbe
Hi, 2009/2/13 Stefan Kuttler : > After some digging within Solaris PATH Settings, I managed to compile > dwm-5.4.1 without problems: (So did others hopefully, but I want to > collect nearly all plattforms) > > ,echo $PATH > /usr/bin:/usr/openwin/bin:/usr/ucb:/usr/dist/exe:/usr/sfw:/usr/sfw/bin >

Re: [dwm] 5.4.1 - two issues with floating clients and borders

2009-02-14 Thread Anselm R Garbe
2009/2/14 Adam F : > hello all. I have run into two issues with the latest release. > > 1 - mplayer started keeping its borders (well, 2 of 4 - the top and > left border, if it matters) in full screen mode. If I move the window > around a few pixels I can get the normal fullscreen look. This happen

Re: [dwm] [PATCH] small fix in propertynotify

2009-02-14 Thread Anselm R Garbe
Thanks for these patches! Kind regards, Anselm 2009/2/12 Szabolcs Nagy : > On 2/12/09, Peter Hartlich wrote: >>> - if((ev->window == root) && (ev->atom = XA_WM_NAME)) >>> + if((ev->window == root) && (ev->atom == XA_WM_NAME)) >> >> Why not remove the inner parens as well? Without the

[dwm] 5.4.1 - two issues with floating clients and borders

2009-02-14 Thread Adam F
hello all. I have run into two issues with the latest release. 1 - mplayer started keeping its borders (well, 2 of 4 - the top and left border, if it matters) in full screen mode. If I move the window around a few pixels I can get the normal fullscreen look. This happens regardless of the tag of t

Re: [dwm] A talk about suckless.org and dwm

2009-02-14 Thread markus schnalke
[2008-08-26 09:35] markus schnalke > > two weeks ago I was at the CCC-Stuttgart LightningTalk event and did > a presentation about suckless.org and dwm. > > You find the (English) slides on: > http://marmaro.de/docs > > The deep link is: > http://marmaro.de/Documents/suckless_print.pdf > >