obey all sizehints

Description

This patch makes dwm obey even "soft" sizehints for new clients. Any window that requests a specific initial size will be floated and set to that size. Unlike with "fixed size" windows, you are able to resize and/or unfloat these windows freely - only the initial state is affected.

Ruled

This version adds isfreesize rule to config which if set to 1 will enable
the functionality of the patch. If rules for the given client aren't set in
config dwm will set it to 1 and the client will benefit from isfreesize rule if it has specific initial size requirements.
isfreesize rule overrides isfloating rule in config.

Vanilla

This version of the patch is honestly of limited utility since there are many
clients that will abuse it.

There is no configuration for this version of the patch.

Download

Author