[dwm] [dwm+ow...@suckless.org: Messages from dwm@suckless.org to you have been bouncing]

2009-03-05 Thread Joerg van den Hoff
hi,

I still get sporadically (about once a week) messages
of this kind. our sysadmin tells me that he can't
see any mails rejected by our server.

I now want to check _which_ messages exactly have bounced (if
at all). question: how can I identify the mail in the
mail archive from the message number given in the bounce message?
there seems to be no way (except counting myself...) to
deduce the incremental message index. so which message is no. 7600?

thanks,

joerg
---BeginMessage---
Hi, this is the mlmmj program managing the mailinglist

dwm@suckless.org

Some messages to you could not be delivered. If you're seeing this
message it means things are back to normal, and it's merely for your
information.

Here is the list of the bounced messages:

7600



---End Message---


Re: [dwm] Using dwm as a nested manager?

2009-03-05 Thread Jorge Vargas
On Sat, Dec 6, 2008 at 4:48 AM, Anselm R Garbe garb...@gmail.com wrote:
 2008/12/6 Jorge Vargas jorge.var...@gmail.com:
 Hi, I have been thinking about this for some time, and I like dwm a
 lot but I don't like it to manage all my windows, so I was wondering
 if it's possible to nest it inside another manager and tell it to
 handle only some windows? Please note I used this a long time ago in
 the 2.x releases so I'm not familiar with the codebase anymore.

 You could use Xnest(1) in order to run dwm in a nested sense. However
 what do you miss in dwm that you don't like to manage all windows?

Hi, Sorry for the very late response.

In the last flew days I have gone back to dwm and I see now we have
monocle, which is exactly what I needed. I don't need an external
window manager anymore to handle the pesky firefox windows.

I'm a convert (again)

 Kind regards,
 --Anselm





Re: [dwm] [dwm+ow...@suckless.org: Messages from dwm@suckless.org to you have been bouncing]

2009-03-05 Thread Szabolcs Nagy
On 3/5/09, Joerg van den Hoff j.van_den_h...@fzd.de wrote:
 I now want to check _which_ messages exactly have bounced (if
 at all). question: how can I identify the mail in the
 mail archive from the message number given in the bounce message?
 there seems to be no way (except counting myself...) to
 deduce the incremental message index. so which message is no. 7600?

at http://lists.suckless.org/dwm/ i see

7587 messages: Starting Wed Jul 19 2006 - 06:39:23 UTC, Ending Thu Mar
05 2009 - 08:03:46 UTC

so i wonder which is the no. 7600 if there is only 7538..



Re: [dwm] [dwm+ow...@suckless.org: Messages from dwm@suckless.org to you have been bouncing]

2009-03-05 Thread Szabolcs Nagy
On 3/5/09, Szabolcs Nagy nszabo...@gmail.com wrote:
 7587 messages: Starting Wed Jul 19 2006 - 06:39:23 UTC, Ending Thu Mar
 05 2009 - 08:03:46 UTC

 so i wonder which is the no. 7600 if there is only 7538..

7587

(sorry)



Re: [dwm] .xinitrc error?

2009-03-05 Thread Anselm R Garbe
2009/3/5 Christoph Siegenthaler c...@gmx.ch:
 I haven't changed my dwm config.h since 4.9 and was using it happily for
 months. I finally decided to try out 5.4.1 and I'm almost done.
 The only problem is that I can't get the status bar to display what's piped
 into dwm. It was working before and displayed a lot of fancy stuff.
 I stripped it down to the bare minimum now but it still displays dwm-5.4.1
 instead of what I want it to:

 $ cat .xinitrc
 #!/bin/sh
 ###
 # DWM #
 ###
 timeout=0.2
 while true
   do
       echo Test
       sleep $timeout
   done | dwm | eval `cat ~/.fehbg`

 What do I miss here? I'm sure it's something obvious (far somebody else but
 me)...

See the README file ;)

Kind regards,
--Anselm



Re: [dwm] xgamma notify

2009-03-05 Thread Samuel Baldwin
2009/3/6 pancake panc...@youterm.com:
 I have been playing a bit with xgamma and I think it can be useful as a
 graphical
 notification for important alerts like low battery or so.

 The usage is quite simple. and we can 'flash' the screen in red for a
 fraction of a second with:

What happens if you're not looking at the screen?
-- 
Samuel 'Shardz' Baldwin - staticfree.info/~samuel/



Re: [dwm] xgamma notify

2009-03-05 Thread pancake

Samuel Baldwin wrote:

2009/3/6 pancake panc...@youterm.com:
  

I have been playing a bit with xgamma and I think it can be useful as a
graphical
notification for important alerts like low battery or so.

The usage is quite simple. and we can 'flash' the screen in red for a
fraction of a second with:



What happens if you're not looking at the screen?
  

The screen explodes.



Re: [dwm] xgamma notify

2009-03-05 Thread Alan Busby
urxvt seems to ignore xgamma. So although it's a great idea, it isn't much
help if you only have some terminals open.

On Fri, Mar 6, 2009 at 9:05 AM, pancake panc...@youterm.com wrote:

 Samuel Baldwin wrote:

 2009/3/6 pancake panc...@youterm.com:


 I have been playing a bit with xgamma and I think it can be useful as a
 graphical
 notification for important alerts like low battery or so.

 The usage is quite simple. and we can 'flash' the screen in red for a
 fraction of a second with:



 What happens if you're not looking at the screen?


 The screen explodes.




Re: [dwm] xgamma notify

2009-03-05 Thread pancake
I use xterm and it is affected by xgamma, the grey letters become darker 
for a while.


Sounds strange that urxvt isnt :?

Alan Busby wrote:
urxvt seems to ignore xgamma. So although it's a great idea, it isn't 
much help if you only have some terminals open.


On Fri, Mar 6, 2009 at 9:05 AM, pancake panc...@youterm.com 
mailto:panc...@youterm.com wrote:


Samuel Baldwin wrote:

2009/3/6 pancake panc...@youterm.com
mailto:panc...@youterm.com:
 


I have been playing a bit with xgamma and I think it can
be useful as a
graphical
notification for important alerts like low battery or so.

The usage is quite simple. and we can 'flash' the screen
in red for a
fraction of a second with:
   



What happens if you're not looking at the screen?
 


The screen explodes.







Re: [dwm] xgamma notify

2009-03-05 Thread Engin Tola

i use xterm+screen. no problem here. works like a charm.

Alan Busby thebu...@thebusby.com writes:

 urxvt seems to ignore xgamma. So although it's a great idea, it isn't much 
 help if you only have some terminals open.

 On Fri, Mar 6, 2009 at 9:05 AM, pancake 
 panc...@youterm.commailto:panc...@youterm.com wrote:
 Samuel Baldwin wrote:
 2009/3/6 pancake panc...@youterm.commailto:panc...@youterm.com:

 I have been playing a bit with xgamma and I think it can be useful as a
 graphical
 notification for important alerts like low battery or so.

 The usage is quite simple. and we can 'flash' the screen in red for a
 fraction of a second with:


 What happens if you're not looking at the screen?

 The screen explodes.



-- 
engin tola - http://cvlab.epfl.ch/~tola



Re: [dwm] xgamma notify

2009-03-05 Thread Engin Tola

nice!

pancake panc...@youterm.com writes:

 I have been playing a bit with xgamma and I think it can be useful as a
 graphical
 notification for important alerts like low battery or so.

 The usage is quite simple. and we can 'flash' the screen in red for a
 fraction of a second with:

 $ cat flash.sh
 for a in $(seq 1 $1); do
   xgamma -ggamma 0.3 -bgamma 0.3
   sleep 0.1
   xgamma -gamma 1
   sleep 2
 done

 $ sh flash.sh 10

 --pancake



-- 
engin tola - http://cvlab.epfl.ch/~tola



Re: [dwm] xgamma notify

2009-03-05 Thread Neale Pickett

xgamma just changes the gamma, which may not be noticeable on things that
are predominantly black and white.  Here are a few suggestions that will
set actual brightness:

  xbacklight =[some-value]
  xvattr -a XV_BRIGHTNESS -v [some-value]

These may not work on all systems, but will probably work on most
laptops.  See man pages for further information on these commands.




Re: [dwm] xgamma notify

2009-03-05 Thread Neale Pickett

On 3/5/2009, Neale Pickett ne...@woozle.org wrote:

  xbacklight =[some-value]
  xvattr -a XV_BRIGHTNESS -v [some-value]

While I'm thinking of it, I use xmessage to wake me up when my battery
is about to die.  It has the nice advantage that if I'm not looking at
the screen that instant, it'll be around when I come back to it.  And
also the screen doesn't explode.




Re: [dwm] xgamma notify

2009-03-05 Thread miles
Dzen2 could also be used

--Original Message--
From: Engin Tola
Sender: Engin Tola
To: dwm mail list
ReplyTo: engin.t...@epfl.ch
ReplyTo: dwm mail list
Subject: Re: [dwm] xgamma notify
Sent: Mar 5, 2009 18:31


the problem with xmessage is that it steals the focus. do you know a way
to prevent it from doing that ?

Neale Pickett ne...@woozle.org writes:

 On 3/5/2009, Neale Pickett ne...@woozle.org wrote:

  xbacklight =[some-value]
  xvattr -a XV_BRIGHTNESS -v [some-value]

 While I'm thinking of it, I use xmessage to wake me up when my battery
 is about to die.  It has the nice advantage that if I'm not looking at
 the screen that instant, it'll be around when I come back to it.  And
 also the screen doesn't explode.



-- 
engin tola - http://cvlab.epfl.ch/~tola




Sent from my BlackBerry



Re: [dwm] xgamma notify

2009-03-05 Thread Neale Pickett

On 3/5/2009, Engin Tola engin.t...@epfl.ch wrote:

the problem with xmessage is that it steals the focus. do you know a way
to prevent it from doing that ?

I haven't looked into it.  When my battery is at 5%, I want to be sure
I'm aware of it.




Re: [dwm] xgamma notify

2009-03-05 Thread Christoph Lohmann

Good morning.

pancake schrieb:
I have been playing a bit with xgamma and I think it can be useful as a 
graphical

notification for important alerts like low battery or so.

The usage is quite simple. and we can 'flash' the screen in red for a 
fraction of a second with:


Don't do that, otherwise you need to add a warning to dwm, that it
can cause epileptic seizures.

Sincerely,

Christoph