Added the nwg-autotiling entry point, to replace the autotiling package. This is to avoid adding the shell-specific stuff to the original script, as it's quite widely used outside the project. All the arguments remain the same. One dependency added: python-psutil.
Additions to the original autotiling script:
killing existing *autotiling* process instances on startup, to prevent from multiple instances;
gentle SIGINT & SIGTERM handler;
clearing used workspaces info ('/tmp/autotiling') file, if started w/o the -- workspaces argument.
Added the
nwg-autotiling
entry point, to replace theautotiling
package. This is to avoid adding the shell-specific stuff to the original script, as it's quite widely used outside the project. All the arguments remain the same. One dependency added:python-psutil
.Additions to the original
autotiling
script:*autotiling*
process instances on startup, to prevent from multiple instances;