bug.n v9.0.1 (Tiling Window Manager)
Changes
9.0.1
+
Added a cheat sheet for the default hotkeys.~
Revised the directory structure regarding the test and build tools.+
Added a build script to create the executable and the cheat sheet as a printable HTML file.~
Moved the/usr/*.{ini,png}
files from the main repository to the Wiki and adding a page with configuration examples.+
Added a tutorial describing bug.n and dynamic tiling in more detail.
9.0.0
~
Renamed the functionManager_toggleDecor
toWindow_toggleDecor
.~
Renamed the functionView_toggleFloating
toView_toggleFloatingWindow
.~
Migrated the following functions toView_setLayoutProperty
:View_setGapWidth
,View_setMFactor
,View_setMX
,
View_setMY
andView_rotateLayoutAxis
.~
Revised the following functions to allow setting absolute and relative values:Debug_setLogLevel
,
Manager_activateMonitor
,Manager_setViewMonitor
,Manager_setWindowMonitor
,Monitor_activateView
,Monitor_setWindowTag
,
View_setGapWidth
,View_setLayout
,View_setMFactor
,View_shuffleWindow
.~
Revised the interface, i.e. the parameters, of the following functions for setting absolute and relative values -- but did
not implement the functionality:Monitor_toggleWindowTag
,View_activateWindow
.~
Revised the bar color scheme.~
Revised the rule layout. The third parameter is not compared to the window style anymore, but is a function name, which is
called with the window ID as a paramater, when applying the rule.~
Revised the default rule set.+
Added the possibility for sending commands to bug.n from another AutoHotkey script.~
Removed the functionMain_reload
and reassigned the hotkey.+
Added the possibility to minimize windows, making them floating and thereby excluded from tiling.+
Added configuration variables for customizing the date and time format shown in the status bar.+
Added a function to override the rules applied fromConfig.ini
for the active window.+
Added a configuration variable for customizing the behaviour on display change messages.
Bugs
Please be aware that, at the time of this release, one submitted bug, issue #9 ([ Bug #19006 ] bug.n window list leak), has not been resolved: bug.n may get slow after it is continuously running for a long time. To work around this issue, simply restart bug.n, e. g. by using the hotkey #^+r (WinCtrlShiftR in the default configuration).