joten

Results 162 comments of joten

Sadly, not; neither is there any configuration option. You may move windows to the second monitor, just use one view and set the Layout to „floating“, but I do not...

Beside the active view bug.n tracks the active monitor mostly by following the active window; you may set the active monitor by using the hotkeys Win, and Win.. `Config_syncMonitorViews` only...

The currently available functions e.g. `Window_isPopup` can be found in the file `src\Windows.ahk`, but you may also add custom functions to `src\Config.ahk`. If using functions as the third part of...

I removed the dead link from [the tutorial in the wiki](https://github.com/fuhsjr00/bug.n/wiki/Tutorial-01.-Window-splitting); it only referenced the repository the tutorial itself was copied from. The hotkeys regarding monitors can be found in...

Sorry, there are no more tutorials than the one in the wiki, nor does bug.n currently do much validation or error handling -- just the basics to get it running....

bug.n applies rules in reverse order, i.e. beginning with the one with the highest index applying the first match. Therefor `Config_rule_#1` is the last rule, which is considered and serves...

Currently, there is no feature like this (menu with listed windows per monitor/view). But I excavated a script from 2011, which did something similar and which I uploaded to [tools/hul.ahk](https://github.com/fuhsjr00/bug.n/blob/master/tools/hul.ahk)....

Currently, this is not possible. The conceptual hierarchy is monitor -> view -> window, in contrast to e.g. desktop -> monitor -> window as used by Windows' virtual desktops. It...

Currently, not. Have a look at issue #100 .

Using the hotkey WinCtrlT or the following lines in Config.ini (as an example for the second view on the first monitor) should fit the bill: ``` View_#1_#2_layout_#1=1 View_#1_#2_layoutAxis_#1=2 View_#1_#2_layoutAxis_#2=1 View_#1_#2_layoutAxis_#3=1...