Skip to content

Releases: rxappdev/MouseTiler

v6.2.0

08 Mar 04:09

Choose a tag to compare

  • Make it possible to set if the tiler should be a Window (new default) or Popup.
    Popup was the old default (and only option), however it sometimes introduces issues for IMEs (and possibly other applications).
    Window uses system animations, but should be compatible with more/all other applications.

v6.1.3

05 Mar 21:36

Choose a tag to compare

  • Fix issue with blocking Brave (maybe other Chromium and other browsers) tab movement between windows.
  • Fix compatibility issues with Plasma 6.7
  • Remove extra window from KDE desktop overview.

v6.1.2

03 Mar 19:06

Choose a tag to compare

  • Fix a bug with suggestion margins when having a fixed visibility top/left panel.
  • Restore size and position of auto tiled windows when Mouse Tiler shuts down (to prevent leaving carousel windows outside of visible areas).
  • Add retile retries for newly auto-tiled windows. This makes sure that even windows with spawn delay properly auto-tile.

v6.1.1

28 Feb 19:23

Choose a tag to compare

Updated default auto-tiler blacklist

v6.1.0

25 Feb 16:08

Choose a tag to compare

Added support to show suggestions inside a tile (new default).
Made it easier to know if suggestions are enabled (status now visible in hint).

v6.0.2

23 Feb 22:46

Choose a tag to compare

Improved detection of invalid activity.

v6.0.1

23 Feb 20:41

Choose a tag to compare

Hotfix: Fix for activity having invalid value on CachyOS during startup

v6.0.0

23 Feb 19:28

Choose a tag to compare

New feature:

  • Added suggestions when tiling a window to a regular tile.

General:

  • Fixed crash on Plasma 6.6.
  • Fixed issue with restoring window size even when the setting was disabled.
  • Improved internal clean up when script is closing down (useful primarily for developers)
  • Added new window flags that will hopefully solve compatibility issues with Korean IME.

Auto-tiler:

  • Added support for auto-tiling on different activities.
  • Is is now possible to enable auto tiling per id (unique for each screen+virtual desktop+activity combination).
    This allows to auto-tile only specific desktops on a certain monitor, virtual desktop or activity instead of auto-tiling everywhere.
  • Added information alerts to why a window cannot be auto tiled.
  • Fixed a bug when moving an auto-tiled window to a new Screen or Virtual desktop using a shortcut.
  • Split Auto Tiling tab in settings into Auto Tiling and Auto Tiling Layouts.
  • Improved several auto-tiler features such as canceling a move.

v5.2.0

12 Feb 03:29

Choose a tag to compare

Tile values that could previously be expressed as percentages can now also be decimal (e.g. 33.33) or fractions (e.g. 1/5). (Thanks to BoredDan for most of the work.)

v5.1.0

10 Feb 23:24

Choose a tag to compare

General:
Added new visibility option in settings, "Hidden if window is dragged right away" (not compatible with Firefox, need to manually show tiler with Meta+Space).
Added setting to allow tiling of transient windows (such as certain confirmation dialogs, toolbars and other temporary sub-windows apps create).

  • The default behavior is now to ignore transient windows, so if you want old behavior, please enable this setting.

Auto-tiler:
Added setting to change auto tiled window layer (keepBelow, keepBelow except active, normal or keepAbove).
Added shorcuts to change current tiler (Previous: Ctrl+Alt+X - Next: Ctrl+Alt+C).
Added two new pre-defined auto-tilers: 76% CAROUSEL and 50% + 50% CAROUSEL.