stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] stumpwm 100% CPU usage and no modeline


From: Antonis Antoniadis
Subject: Re: [STUMP] stumpwm 100% CPU usage and no modeline
Date: Sat, 24 May 2008 09:01:48 +0200

Hello John,
I never thought of doing it this way, was always activating the
mode-line by hand. Just a little comment though:

(unless (head-mode-line (current-head))
    (mode-line))

Antonis (plutonas)


On 5/24/08, John Li <address@hidden> wrote:
> On Wed, May 21, 2008 at 12:04:58PM -0500, Ted Zlatanov wrote:
>  >
>  > Also, I don't see the modeline all the time.  What do I need to do to
>  > get it permanently displayed?
>
>
> I added "(mode-line)" to my .stumpwmrc to have it started when stumpwm
>  starts. This is a toggle though, so running loadrc will toggle it off
>  again. So I replaced it with:
>
>  (if (head-mode-line (current-head))
>     nil
>     (mode-line))
>
>  This turns it on if it's currently off. Maybe it's useful to someone.
>
>
>
>  -john
>
>
>
>  _______________________________________________
>  Stumpwm-devel mailing list
>  address@hidden
>  http://lists.nongnu.org/mailman/listinfo/stumpwm-devel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]