Yusuf007R
510650cb94
refactor(wm): renaming SwapWorkspacesToMonitor to SwapWorkspacesWithMonitor
2023-06-24 07:04:07 -07:00
Yusuf007R
6fe2290d74
feat(swap-workspaces-monitor): command to swap focused monitor workspaces with another monitor
...
Basically this commit adds a command that allows you to swap two monitors, well it actually swaps
the workspaces between the monitors.
2023-06-24 07:04:07 -07:00
Yusuf007R
352c010021
feat(wm): manage return bool of PostMessage + update ahk library
...
this commit makes a small refactor to the way PostMessageW is used so now be able to handle the
returned bool, as well as adding a custom error message to WindowsApi::close_window and updating the
ahk generated library
#259
2022-10-13 01:08:35 -07:00
Yusuf007R
33965f92ad
feat(wm): add close and minimize cmd
...
this commit adds the ability to close and minimize the current focused window via SocketMessages and
komorebic commands
resolve #189
2022-10-13 01:08:35 -07:00
Yusuf007R
635272fc10
feat(wm): add max number of attempts to set foreground
...
this commits adds a max number of attempts (5) to the call of set_foreground_window inside
Window:Focus
2022-10-13 01:06:58 -07:00