Releases: maxwax/position
position-1.4.1
position-1.4.0
Added parameter handling, a debug message function, and allow a CLI parameter to decide what window positioning rules will be used.
position-1.3.1
Error out if we can't find a monitor-config rule based on H x V or just H resolutions. Fixes a case where the script just hands when a monitor-config is not found.
position-1.3.0
When a monitor-config rule matching the current display's horizontalXvertical resolution cannot be found, recheck for a rule that matchtes the horizontal with a vertical resolution of 'x9999'. This allows the script to find a monitor-config rule based on a unique two or three monitor horizontal resolution. Without this the OS may sometimes adjust the reported vertical resolution in response to ?? display position changes ?? and break exact horizontal x vertical monitor-config rules.
v.1.2.1: Bug fix to allow default resolution based window positioning
This re-enables the default behavior of applying positioning rules based on screen resolution. This broke recently when I added the ability to use CLI parameters for special-rules-id positioning.
v1.2.0: Apply rules based on parameters from command line
This release allows you to provide a command line parameter of a rule name and have any rules matching that name applied.
The screen resolution is ignored.
This allows ad-hoc positioning of windows based on activity such as windows related to study, work, gaming, etc.
position-1.1.1
Ignore commented out rules when positioning windows.
position-1.1.0
This release renames the work.desktop shortcut as position.desktop for a more generic initial installation.
The syntax function usage reports the version and version date values for the program.
position-1.0.0
Base 1.0.0 release uses .position.conf instead of the older .position-config naming for config file.
position-0.1.0
First github release.