Re: [dev] dwm bug fixing season

2015-12-10 Thread ACE
Sorry not sure what happened to my attachment; here it is. diff --git a/dwm.c b/dwm.c index 1d78655..466d12c 100644 --- a/dwm.c +++ b/dwm.c @@ -397,9 +397,10 @@ arrange(Monitor *m) { showhide(m->stack); else for(m = mons; m; m = m->next) showhide(m->stack); - if(m) + if(m) { arrangemon(m

Re: [dev] dwm bug fixing season

2015-12-10 Thread ACE
On 12/09, tuan ta wrote: > Hi everyone, I am using ArchLinux and dwm 6.0 for a long time. Today I > notice that dwm-6.1/BUGS, with report from voltaic, I also have 2 > monitors with different resolution (at home and my office), I wrote a > script helps me autoextend VGA output (with exactly resolut

Re: [dev] dwm bug fixing season

2015-12-09 Thread tuan ta
Hi everyone, I am using ArchLinux and dwm 6.0 for a long time. Today I notice that dwm-6.1/BUGS, with report from voltaic, I also have 2 monitors with different resolution (at home and my office), I wrote a script helps me autoextend VGA output (with exactly resolution of the current extended-monit

Re: [dev] dwm bug fixing season

2010-04-10 Thread pancake
The pb i have in the same situation is that i always get the same in both screens, but active screen is the one not displayed, so i get no active tags or notifications, this happens in mirror mode. - Original message - > Anselm, > > The resolution switching bug that Biolunar reported also

Re: [dev] dwm bug fixing season

2010-04-10 Thread voltaic
Anselm, The resolution switching bug that Biolunar reported also occurs on my system. When I use two monitors, one larger in resolution than the other, the bar is drawn using the smaller x-dimension on both screens. I think what's happening is that there are two bars drawn, but the short bar is a

Re: [dev] dwm bug fixing season

2010-04-01 Thread Anselm R Garbe
On 1 April 2010 22:02, Jakub Lach wrote: > Dnia 1 kwietnia 2010 22:44 Anselm R Garbe napisał(a): > >> If you think I miss any bugs it's a good time now to send me a >> reminder, though bare with me as I'll have limited connectivity during >> Easter ;) >> >> Cheers, >> Anselm > > Feel free to igno

Re: [dev] dwm bug fixing season

2010-04-01 Thread Jakub Lach
Dnia 1 kwietnia 2010 22:44 Anselm R Garbe napisał(a): > If you think I miss any bugs it's a good time now to send me a > reminder, though bare with me as I'll have limited connectivity during > Easter ;) > > Cheers, > Anselm Feel free to ignore this message if you consider it inappropriate. I

[dev] dwm bug fixing season

2010-04-01 Thread Anselm R Garbe
Hi there, just wanted to point out that I started debugging dwm after collecting several bugs over the time: http://hg.suckless.org/dwm/file/68386bda4854/BUGS (I know it looks rather ugly, but it's mainly cut'n'paste from mails and IRC) If you think I miss any bugs it's a good time now to send