Window rules for Microsoft Visio #997
clownroyal420
started this conversation in
General
Replies: 1 comment
-
Thank you! You can open a PR to add these to https://github.com/LGUG2Z/komorebi-application-specific-configuration so that new users will automatically have them applied :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If there are any Visio users out there, the window rules below seem to have 100% fixed my Visio woes.
Basically we want to manage the main Visio window (class
VISIOA
) and float/unmanage the windows within the main window (classVISIOS
). I use the version packaged with Office for 365 but I think this or something similar should work with prior versions 2007/2010/2013 and sooner. Originally, my problem was I'd oftentimes have to minimize and then restore the main Visio window for Komorebi to manage it. Independently of that issue, Komorebi would manage the windows within the main window (i.e., basically each document you open opens as a window within the window). I'd advise to obtain the Window class by runningkomorebic state
in a terminal window and finding the window classes associated with Visio. The AutoHotkey window spy is also a great tool, but the Visio classes seem to differ (basically AutoHotkey numbers the VISIOS windows are numbered asVISIOS1
,VISIOS2
, etc for each document you have open within the single instance).Finally, here are the rules I set in my komorebi.json:
Not sure if this is the right place to share, but I didn't see any buzz about Visio on Discord or Github, so hopefully this helps somebody out there.
Beta Was this translation helpful? Give feedback.
All reactions