I was recently using Gnome with Pop OS and decided to switch to CachyOS with KDE, as I had seen that it was one of the best in terms of customization. But when using KDE, I realized that I was missing something that Pop OS implemented by default, which was the tiling system

So I decided to do some research and see if I could implement a solution that would suit my workflow, and that’s how “Fluid tile” was born

Fluid tile is a script for kwin that manages windows by adapting to the custom mosaic (Super + T). You can also configure it to your liking:

  • Maximize or not maximize the window when it opens

  • Maximize or not maximize the last window on the virtual desktop when it closes

  • Automatically create new virtual desktops

  • Remove empty virtual desktops

  • Blacklist apps that you don’t want the script to apply to

I’d like you to take a look and tell me what you think or any bugs you find. Thank you

WORKFLOW (How it works)

When a window is opened, it is expanded by default, if another window is opened and there is space the new window is moved to the widest layout, If there are other layouts with the same size, the one closest to the top left corner of the desktop will take priority. When a window is closing, If only one window remains on the desktop, It will be expanded. Finally, if the desktop is empty, remove the desktop.

Example

  • Serroda@lemmy.worldOP
    link
    fedilink
    arrow-up
    5
    ·
    21 days ago

    Hi, this script will only work if the window manager is KWin. Fedora A’s atomic spins uses Sway and the forks should work if you use Kwin by default

    KDE Linux uses KWin by default

        • warmaster@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          18 days ago

          Yesterday I tried it on Aurora, I couldn’t download a single kwin script, that’s on them. Today I tried Fluid Tile on Bazzite, works like a charm. Great work!

          • Serroda@lemmy.worldOP
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            18 days ago

            Thanks mate, one question. Aurora won’t let you install any kwin scripts? How are you trying to install the scripts? Manual or with Get New button?