joten

Results 162 comments of joten

Do you have to edit the source, e.g. Config.ahk? Editing Config.ini and running bugn.exe with it should be fine. Maybe commit [bd2b162](https://github.com/fuhsjr00/bug.n/commit/bd2b162f81cb818c8c3f17b2bcc263d1221caa64) resolves the issue. You may also run Ahk2Exe...

I revised the build script with version 9.0.2. If you still need to re-compile bug.n, please have a try and post any results here. I also "back-ported" the 'per-monitor display...

Ah, well, it's not a bug, it's a feature ;-) Switching the master. The following may be a workaround, but has to be implemented in bug.n (e.g. Config.ahk) and cannot...

As far as I know: no. Tiling should work; a problem might be keyboard and mouse handling (hotkeys), because both, bug.n and VirtualBox will try to catch them, and only...

That is odd; your configuration changes should not have an effect on explorer.exe; but perhaps the default configuration does. You may try setting `Config_autoSaveSession=off`, which deactivates the possibility for a...

This issue reminded me of #229 but I do not have any clue.

I did some testing with bug.n 9.0.2 on Windows 10 Build 18363.778, but could not reproduce the issue here; Windows-Explorer only went up in CPU usage when being opened and...

Have a look at the following issue: https://github.com/fuhsjr00/bug.n/issues/144#issuecomment-353749948 ; perhaps it is a workaround. Or maybe the application is run as administrator, but bug.n is not?

By default, bug.n saves this information with the current session; therefor, if you set the layout for each view as defined, the configuration should be restored, when bug.n restarts. But...

As far as I can see there is nothing like this you can produce by clicking the status bar; the closest thing could be done by hotkey: ``` #^+.::Manager_setViewMonitor(0, +1)...