Version 1.0

Download options

Plasma Get New

Automatic installation

Recommended

KDE (Pling) Store

Manual install

Plasma Get New

Use KDE Plasma's built in "Get New Widgets" dialog to install and update Tiled Screen

  1. Right Click on an empty space on the Desktop
  2. Enter Edit Mode -> Add or Manage Widgets -> Get New -> Download new...
  3. Search for TiledScreen
  4. Click Download and select the latest version

You can update widgets later using the same steps.

From Source

If you want to test tiled screen or wants to have the latest development build, you would need to install it from the source.

                
                    $ cd path/to/save/source
                    $ git clone https://github.com/kavinunethsara/tiledscreen
                    $ cd tiledscreen
                    $ mkdir build
                    $ cd build
                    $ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local/
                    $ make install