LGUG2Z / komorebi-application-specific-configuration

A central place to document all tweaks required for Komorebi to 'just work' with as many applications as possible
MIT License
69 stars 52 forks source link

revised rules for Microsoft Visual Studio Community 2022 #117

Closed CtByte closed 2 weeks ago

CtByte commented 2 weeks ago

@LGUG2Z @alex-ds13 After some testing, I decided on these changes to the rules based on the conversation in #115

I moved some rules to be in floating and added a new ignore rule.

alex-ds13 commented 2 weeks ago

There is only one issue I can see happening when using any sort of Title rules (that applies to Visual Studio and all apps currently being handled by this app specific configuration). The issue is that the Title rules presume that the user is using the app with English language. However some apps automatically install with the system language and change the title of the windows accordingly. Which will make it so those rules won't be properly applied...

@LGUG2Z This might deserve some mention of this either on this github readme or somewhere else, so that users know about it and first check for it. Because maybe their app works properly for everyone with English language but not for them. I'm also bringing this to your attention in case you didn't know so that you might have that in mind when debugging user issues...