codic12 / worm

A dynamic, tag-based window manager written in Nim
MIT License
711 stars 24 forks source link

How to statically set the size of an application #77

Closed nixfreak closed 2 years ago

nixfreak commented 2 years ago

Example: using a graphics library i.e. niup , fidget I can choose the height and length. When I execute on worm no matter what I do the application goes full screen. How can I change the size of an application when running on worm?

codic12 commented 2 years ago

If you are in floating mode then it will respect whatever size you give it. If you are in tiling mode, then of course it will be tiled..