klesh / JigsawWM

JigsawWM is a dynamic window manager for Windows10/11 just like the suckless dwm for the X
GNU Lesser General Public License v3.0
140 stars 5 forks source link

static bigscreen layout for fixed sequence of applications #7

Closed nnako closed 11 months ago

nnako commented 11 months ago

This pull request implements the possibility to use static application sequences which is especially important when dealing with large screens (like 55 inch televisions). Using 8 applications always at the same positions within such a big screen can be a great productivity gain. Unfortunately, as the default initial order (sequence) of applications is not easily determined, the windows had to be moved around, teadiously, until the final setting could be achieved. Using this pull request, the user can simply set the argument "init_exe_sequence" when starting his preferred configuration file e.g. nnako.pyw from the examples folder.

Within this list structure, the desired sequence of applications as well as further identification specifics can be defined. Please see nnako.pyw for the intended usage.

klesh commented 11 months ago

@nnako Thanks for your contribution.