joten

Results 162 comments of joten

With commit https://github.com/fuhsjr00/bug.n/commit/413a7c19760eec6c511ab938cc9cf295847c881d to the X branch I added per-monitor display scaling awareness. I could only test in a single monitor system, but could reproduce the issues regarding a too...

With commit 0f9f537040bdca074feb52226050e3c680c3003c I also added the changes to the master branch; the X branch will get a bit more unstable. If it is sufficiently tested, I will release it...

Sorry, I could not reproduce the issue with the following versions: * bug.n 9.0.2 (vanilla, i.e. bugn.exe with no Config.ini or any session files), tiled or monocle layout * Windows...

Sorry, I could not reproduce the issue. I tested with Windows 10 1903 and bug.n 9.0.2 with only the following lines in Config.ini (almost vanilla): ``` Config_showTaskBar=1 View_#1_#1_layout_#1=2 ``` Retrieving...

Unfortunately, I could not reproduce the issue with your Config.ini on my system. I boiled I down to the following changes: ``` ;; Status bar Config_horizontalBarPos=center Config_barWidth=15% Config_backColor_#1=101010;603000;Black;603000;Black;603000;000060;404040;080808 Config_backColor_#2=808080;;;;;;;202020;080808 ;;...

All checks end with "the file does **not** exist" and it looks as if you were not running the build script from within the tools directory, but from `C:\Users\MYNAME\Desktop\Repository\bug.n\`. 4....

You may delete a bug.n hotkey, by setting it without a value in Config.ini, e.g. `Config_hotkey=#Space::`; have a look at [doc/Customization](https://github.com/fuhsjr00/bug.n/blob/master/doc/Customization.md) for more information. Deleting Windows' hotkeys is mostly out...

Did you unset the default hotkey, too? I.e.: ``` Config_hotkey=#^Space::Monitor_toggleTaskBar() Config_hotkey=#Space:: ```

Currently, this is not implemented. There once was a layout used to arrange the subwindows of gimp; but it is not in the current version.

> Do we have the code somewhere? Nope, the code is ancient - from around 2008, I think, was in a different repository and maybe is in some sort of...