Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-25 Thread Thomas Dahms
Hi,

2011/7/22 mauro tonon tono...@gmail.com:
 I noted that if i disable Xinerama, i don't use also the following
 functions: dirtomon, focusmon, tagmon.
 So, i think it is possible to hold all these functions between #ifdef
 XINERAMA ... #endif.
 The difference in the final binary file size is very little but...
 A possible patch is attached...

What about prefixing these functions with something like xinerama_?
They would then be all after another and a single ifdef would suffice
instead of three.

-- 
Thomas Dahms



Re: [dev] macos settings to use wmii in X11

2011-07-25 Thread Aurélien Aptel
Can you post your .xinitrc?
How do you start X?



[dev] color-scheme

2011-07-25 Thread ilf
What's your favorite color-scheme? I just came across this one: 
http://ethanschoonover.com/solarized


While this may not be suckless core, we are pretty terminal focused. 
Also we did touch the topic before. I just hope, this won't get too 
religious.


--
ilf

Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
-- Eine Initiative des Bundesamtes für Tastaturbenutzung


signature.asc
Description: Digital signature


Re: [dev] color-scheme

2011-07-25 Thread Jacob Todd
Sam's color scheme. If I have to use vim I use zenburn, but that one looks
alright.
On Jul 25, 2011 12:23 PM, ilf i...@zeromail.org wrote:
 What's your favorite color-scheme? I just came across this one:
 http://ethanschoonover.com/solarized

 While this may not be suckless core, we are pretty terminal focused.
 Also we did touch the topic before. I just hope, this won't get too
 religious.

 --
 ilf

 Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
 -- Eine Initiative des Bundesamtes für Tastaturbenutzung


Re: [dev] color-scheme

2011-07-25 Thread Bryan Bennett
I'm using solarized now, but that might change shortly. FG/BG have
very little contrast, even when focused, and changing that seems to
defeat the purpose of the scheme. I like the idea of zenburn and
desert256, but they're too warm overall for my tastes. When I get home
I can upload a custom scheme I created a ways back for personal use
which is along the lines of zenburn/desert256



Re: [dev] color-scheme

2011-07-25 Thread hiro
I was in a museum a few days ago and one couldn't read the
descriptions because of some artist's dumb low-contrast color choice.
There should be a law against this! You guys are the reason stupid
choleric persons invented genocides.



Re: [dev] color-scheme

2011-07-25 Thread Bryan Bennett
hiro - I fail to see who you're referring to. If it's my post, then
you missed the point...



Re: [dev] color-scheme

2011-07-25 Thread Kurt H Maier
On Mon, Jul 25, 2011 at 1:13 PM, hiro 23h...@googlemail.com wrote:
 I was in a museum a few days ago and one couldn't read the
 descriptions because of some artist's dumb low-contrast color choice.
 There should be a law against this! You guys are the reason stupid
 choleric persons invented genocides.

low-contrast color schemes are only useful on backlit displays.


-- 
# Kurt H Maier



[dev] Re: color-scheme

2011-07-25 Thread Christian Neukirchen
ilf i...@zeromail.org writes:

 What's your favorite color-scheme?

grey90 on grey20.

-- 
Christian Neukirchen  chneukirc...@gmail.com  http://chneukirchen.org




Re: [dev] Re: color-scheme

2011-07-25 Thread hiro
Good thing I don't know if this is a joke or meant seriously

On Mon, Jul 25, 2011 at 20:14, Christian Neukirchen
chneukirc...@gmail.com wrote:
 ilf i...@zeromail.org writes:

 What's your favorite color-scheme?

 grey90 on grey20.

 --
 Christian Neukirchen  chneukirc...@gmail.com  http://chneukirchen.org






[dev] Re: color-scheme

2011-07-25 Thread Christian Neukirchen
hiro 23h...@googlemail.com writes:

 Good thing I don't know if this is a joke or meant seriously

It's not.

http://imgur.com/KPmDX.png

-- 
Christian Neukirchen  chneukirc...@gmail.com  http://chneukirchen.org




Re: [dev] macos settings to use wmii in X11

2011-07-25 Thread Jhonny Boy
Well I tried different .xinitrc
right now I have :

exec wmii

I just try to launch X11 using the X11.app 

--- En date de : Lun 25.7.11, Aurélien Aptel aurelien.ap...@gmail.com a 
écrit :

De: Aurélien Aptel aurelien.ap...@gmail.com
Objet: Re: [dev] macos settings to use wmii in X11
À: dev mail list dev@suckless.org
Date: Lundi 25 juillet 2011, 12h42

Can you post your .xinitrc?
How do you start X?



Re: [dev] macos settings to use wmii in X11

2011-07-25 Thread Aurélien Aptel
On Mon, Jul 25, 2011 at 9:25 PM, Jhonny Boy jhonny...@ymail.com wrote:

 Well I tried different .xinitrc
 right now I have :
 
 exec wmii
 
 I just try to launch X11 using the X11.app

Is wmii in your PATH? Do you have any error/log when you start X? You
need to be a lot more precise if you want some help.



Re: [dev] macos settings to use wmii in X11

2011-07-25 Thread Jhonny Boy
my ~/.xinitrc must contains :
«xterm 
export PATH=/opt/local/bin:$PATH
exec /opt/local/bin/wmii»

In order to work

--- En date de : Lun 25.7.11, Aurélien Aptel aurelien.ap...@gmail.com a 
écrit :

De: Aurélien Aptel aurelien.ap...@gmail.com
Objet: Re: [dev] macos settings to use wmii in X11
À: dev mail list dev@suckless.org
Date: Lundi 25 juillet 2011, 22h53

On Mon, Jul 25, 2011 at 9:25 PM, Jhonny Boy jhonny...@ymail.com wrote:

 Well I tried different .xinitrc
 right now I have :
 
 exec wmii
 
 I just try to launch X11 using the X11.app

Is wmii in your PATH? Do you have any error/log when you start X? You
need to be a lot more precise if you want some help.