-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to create a number of empty desktops on launch #69
Comments
Hi! Thanks for reaching out. Add this to
Add this to
It should work, I haven't checked it. Please let us know if it solves it for you. P.S.
would be a nicer implementation |
Oh, I like the Will you include the |
Thanks for your suggestion! We try to keep the codebase as minimal as possible to keep the usage and modification of the script usable and accessible. However, I add all these suggestions and solutions as optional modifications in the README.md, I've added your suggestion with the link as well if anyone would like to modify it this way. Let me know if you'll have any more questions/suggestions and thanks for being part of the community 👍 |
Okay, in that case, for the people who can't program, here's a piece of code that can be pasted into
|
Thanks :) Feel free to close the issue if it has been resolved 👍 |
I don't like to create desktops on demand, so I would like the script to create 9 empty desktops when it's launched.
I've achieved this with the following code:
The problem with this solution is that
NumInitialDesktops
must be hard-coded inside the main script, and can't be imported fromuser_config.ahk
. A potential solution could be to introduce a new scriptuser_variables.ahk
. (And renameuser_config.ahk
touser_hotkeys.ahk
?)The text was updated successfully, but these errors were encountered: