Re: [dwm] dwm-5.5 / dmenu-4.0

2009-04-18 Thread Dusan
Not terribly important but somewhat annoying -- in tilled mode (two
monitors xinerama, right one is primary) focused window has left border
edge missing. I can send a screenshot but it will have to be big one if
you want to see this. Looks like math misses by one pixel to the left
and left border gets drawn outside visible screen area.



On Sat, 18 Apr 2009 13:00:20 +0100
Anselm R Garbe  wrote:

> Hi there,
> 
> I'm glad to announce some new releases:
> 
>   http://code.suckless.org/dl/dwm/dwm-5.5.tar.gz
>   http://code.suckless.org/dl/tools/dmenu-4.0.tar.gz
> 
> The new dwm release contains various bugfixes and code cleanups
> appeared during the last months and it has also been simplified:
> - the noborder feature of single tiled clients in the view has been
> removed for simplicity reasons
> - the usegrab option in config.h has been removed
> 
> The new dmenu release also contains various bugfixes appeared during
> the last months.
> 
> Let me know any issues.
> 
> Kind regards,
> --Anselm
> 





Re: [dwm] dwm-5.5 / dmenu-4.0

2009-04-18 Thread Szabolcs Nagy
On 4/18/09, Anselm R Garbe  wrote:
> The new dwm release contains various bugfixes and code cleanups

there is a very long line in grabbuttons()
the usual 80chars limit is probably too low, but >120 chars is not nice style

the reported font problem is bothering me a bit, these font sets does
not work as they should, but i haven't looked into it too much



Re: [dwm] Replacing slock screen overlay with screenshot / bitmap

2009-04-18 Thread markus schnalke
[2009-04-18 12:46] Anselm R Garbe 
> 2009/4/18 Jan Blazek 
> > Scytrin dai Kinthra wrote:
> >> I use a combination of xss and xkeygrab to lock my screen but allow
> >> the UI to update in the background so I can see incoming emails and
> >> chats.
> >
> > This is something I always wanted but didn't have enough time/will
> > to dig into it. Would you mind sharing your solution?
> 
> What about not creating the black window at all?

*gg*


meillo


signature.asc
Description: Digital signature


Re: [dwm] dwm-5.5 / dmenu-4.0

2009-04-18 Thread ojab
With dwm-5.5 I have an issue: mplayer window shrinks while moving via left
mouse button+modekey.

5.4.1 was fine.

//wbr, ojab

On Sat, Apr 18, 2009 at 4:00 PM, Anselm R Garbe  wrote:

> Hi there,
>
> I'm glad to announce some new releases:
>
>  http://code.suckless.org/dl/dwm/dwm-5.5.tar.gz
>  http://code.suckless.org/dl/tools/dmenu-4.0.tar.gz
>
> The new dwm release contains various bugfixes and code cleanups
> appeared during the last months and it has also been simplified:
> - the noborder feature of single tiled clients in the view has been
> removed for simplicity reasons
> - the usegrab option in config.h has been removed
>
> The new dmenu release also contains various bugfixes appeared during
> the last months.
>
> Let me know any issues.
>
> Kind regards,
> --Anselm
>
>


Re: [dwm] Font recomendation to get unicode in statusbar?

2009-04-18 Thread Preben Randhol
On Sat, 18 Apr 2009 06:41:40 -0400
Ian Daniher  wrote:

> The "Fixed" font is superb. For unicode I've had great luck with
> -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-* which has
> flawless greek support as well as support for a variety of arrows,
> miscellaneous and technical glyphs.

If I put this font I still get ugly greek support in the statusbar
(greek letters are italic and there are space between each character).
In xterm it looks good. I don't understand the reason.



Re: [dwm] Replacing slock screen overlay with screenshot / bitmap

2009-04-18 Thread Jan Blazek

Anselm R Garbe wrote:

2009/4/18 Jan Blazek 

Scytrin dai Kinthra wrote:

I use a combination of xss and xkeygrab to lock my screen but allow
the UI to update in the background so I can see incoming emails and
chats.

This is something I always wanted but didn't have enough time/will to dig into 
it. Would you mind sharing your solution?


What about not creating the black window at all?


Thanks. Commenting a few lines solved it. The code is pretty clear and 
nice ;-)




[dwm] dwm-5.5 / dmenu-4.0

2009-04-18 Thread Anselm R Garbe
Hi there,

I'm glad to announce some new releases:

  http://code.suckless.org/dl/dwm/dwm-5.5.tar.gz
  http://code.suckless.org/dl/tools/dmenu-4.0.tar.gz

The new dwm release contains various bugfixes and code cleanups
appeared during the last months and it has also been simplified:
- the noborder feature of single tiled clients in the view has been
removed for simplicity reasons
- the usegrab option in config.h has been removed

The new dmenu release also contains various bugfixes appeared during
the last months.

Let me know any issues.

Kind regards,
--Anselm



Re: [dwm] Replacing slock screen overlay with screenshot / bitmap

2009-04-18 Thread Anselm R Garbe
2009/4/18 Jan Blazek 
> Scytrin dai Kinthra wrote:
>> I use a combination of xss and xkeygrab to lock my screen but allow
>> the UI to update in the background so I can see incoming emails and
>> chats.
>
> This is something I always wanted but didn't have enough time/will to dig 
> into it. Would you mind sharing your solution?

What about not creating the black window at all?

Kind regards,
--Anselm



Re: [dwm] Replacing slock screen overlay with screenshot / bitmap

2009-04-18 Thread Jan Blazek

Scytrin dai Kinthra wrote:

I use a combination of xss and xkeygrab to lock my screen but allow
the UI to update in the background so I can see incoming emails and
chats.


This is something I always wanted but didn't have enough time/will to 
dig into it. Would you mind sharing your solution?


- jan



Re: [dwm] Font recomendation to get unicode in statusbar?

2009-04-18 Thread Ian Daniher
The "Fixed" font is superb. For unicode I've had great luck with
-misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-* which has flawless
greek support as well as support for a variety of arrows, miscellaneous and
technical glyphs. I discovered the fixed font after I decided I wanted to
take notes for physics class on my laptop. I have also written a handy
script that utalizes dmenu and a hierarchical file format to browse, select,
and copy unicode charecters to the keyboard. I'll post the script to the
list in the near future.
Best,
--
IT Daniher

On Sat, Apr 18, 2009 at 6:00 AM, Szabolcs Nagy  wrote:

> On 4/17/09, Preben Randhol  wrote:
> > Problem is that fixed font in xterm looks nice, but in the status bar
> > it looks ugly for Greek language. the letters are both bold and italic.
> > How do you define font[] ?
>
> you are right greek looks ugly here as well
> maybe the XCreateFontSet() + XmbDrawString() approach is not optimal
> and XLoadQueryFont() + XDrawString16() should be used..
> someone should figure out how fonts, encodings and locales work in X
>
>


Re: [dwm] Font recomendation to get unicode in statusbar?

2009-04-18 Thread Szabolcs Nagy
On 4/17/09, Preben Randhol  wrote:
> Problem is that fixed font in xterm looks nice, but in the status bar
> it looks ugly for Greek language. the letters are both bold and italic.
> How do you define font[] ?

you are right greek looks ugly here as well
maybe the XCreateFontSet() + XmbDrawString() approach is not optimal
and XLoadQueryFont() + XDrawString16() should be used..
someone should figure out how fonts, encodings and locales work in X