Re: [PATCH] [cwm] config option to run all apps maximized

2024-04-24 Thread Dirk-Wilhelm Peters

On Wed, 24 Apr 2024, Slava Voronzoff wrote:


вт, 23 апр. 2024 г. в 11:00, Dirk-Wilhelm Peters :

Nice addition. There is one bug: If an application requests an initial
size, it will open in that size. At the same time, it will be tagged
"maximized". Therefore, it has to be maximized twice: First time to
unmaximize it. Second time to finally maximize it. I've noticed this
with schismtracker.


Hi, can you explain more of your steps? Tested it right now and cant reproduce.
I installed schismtracker and launch it and got it fullscreen out of box,
also tried some x apps with "-geometry" - worked too.

Any ignores in configs or Xresources? Autogroups?


None that I am aware of. Just tried this again with a minimal .cwmrc:

maximizeall yes

and an .xinitrc with just "cwm". I have also removed the configuration
directory $HOME/.schism before running schismtracker. It still comes up
in its "natural" size. This is on OpenBSD 7.5 with xenocara sources from
7.5. By the way, milkytracker (another SDL application) also comes up in
its "historic" size.

It might be a configuration issue on my end, but I cannot think of
anything right now.


Re: [PATCH] [cwm] config option to run all apps maximized

2024-04-24 Thread Slava Voronzoff
вт, 23 апр. 2024 г. в 11:00, Dirk-Wilhelm Peters :
> Nice addition. There is one bug: If an application requests an initial
> size, it will open in that size. At the same time, it will be tagged
> "maximized". Therefore, it has to be maximized twice: First time to
> unmaximize it. Second time to finally maximize it. I've noticed this
> with schismtracker.

Hi, can you explain more of your steps? Tested it right now and cant reproduce.
I installed schismtracker and launch it and got it fullscreen out of box,
also tried some x apps with "-geometry" - worked too.

Any ignores in configs or Xresources? Autogroups?



Re: [PATCH] [cwm] config option to run all apps maximized

2024-04-23 Thread Dirk-Wilhelm Peters

On Mon, 22 Apr 2024, Slava Voronzoff wrote:


Hello, list!

I wrote little patch that add option "maximizeall" to cwmrc (default
is no) so new windows created maximized.


Nice addition. There is one bug: If an application requests an initial
size, it will open in that size. At the same time, it will be tagged
"maximized". Therefore, it has to be maximized twice: First time to
unmaximize it. Second time to finally maximize it. I've noticed this
with schismtracker.

Dirk



Re: [PATCH] [cwm] config option to run all apps maximized

2024-04-22 Thread prx
Great, looks like something to completely replace dwm. Thanks

Le 22 avril 2024 16:04:19 GMT+02:00, Slava Voronzoff 
 a écrit :
>Hello, list!
>
>I wrote little patch that add option "maximizeall" to cwmrc (default
>is no) so new windows created maximized.



[PATCH] [cwm] config option to run all apps maximized

2024-04-22 Thread Slava Voronzoff
Hello, list!

I wrote little patch that add option "maximizeall" to cwmrc (default
is no) so new windows created maximized.


cwm.maximize_patch
Description: Binary data