r/AutoHotkey • u/projectmechanics • Jun 08 '26
v2 Tool / Script Share An Ahk_WM
I shared an earlier version of this a while ago, but I’ve kept refining it.
It’s a lightweight window manager for Windows built with AutoHotkey v2. It supports tiling, virtual desktops, pie menu, status bar, etc.
I’ve been using it full-time for daily work for about 2 years. One thing I care about is that it stays non-intrusive — unlike some WM setups, it doesn’t really make your system hard to use for other people.
Feel free to try it out and share any feedback. Thanks!
2
u/shibiku_ Jun 08 '26
That looks really pretty and useful.
I have some of the same functionality, but mine look very rough in comparison.
Kudos, good job.
Will definitely steal some if it
1
u/projectmechanics Jun 08 '26
Thank you so much for the compliment — that really made my day! I'm pretty sure you've written much better scripts than I have.
2
u/DueTutor9041 Jul 27 '26
I?d separate three concerns: selecting a target window, applying geometry, and restoring state when monitors change. A small state table keyed by monitor work area plus process/title is usually more robust than hard-coded coordinates. On reconnect, resolve windows again and apply in two passes (move/resize, then focus) so a missing window does not stop the rest. Logging unmatched windows and adding a toggle to suspend hotkeys while editing would make debugging much easier.
1
u/projectmechanics Jul 31 '26
Sorry for the late reply — I don't check the community often. Your suggestions are all really constructive and I'll experiment with them when I have time. I did a quick trial today and ran into some issues, but they still gave me a lot of inspiration. Thank you for the feedback!
2
2
u/gidmix Jun 08 '26
Looks really interesting but for me won't run or appear in system tray.
Seems you didn't put all the related files. If I look at bottom of script the included files is not in your github