From 098ba00cb8a189c68b37cee378806052362996b2 Mon Sep 17 00:00:00 2001 From: Koen Hausmans Date: Fri, 23 Dec 2016 19:21:17 +0100 Subject: [PATCH] Updated the README with some additional information --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 705887e..ec77a15 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ -# Installation +# Quick Tiling - Windows 10 + +This KWin Script extends the quick tiling functionality in KDE. It adds two shortcuts which behave similar to the 2x2 Snap feature introduced in Windows 10. + +When a window is tiled to the left or the right, using the added Upwards and Downwards keyboard shortcuts will tile the window into quadrants. + +## Installation Execute in the source folder the following command: ``` -plasmapkg2 --type kwinscript -i quicktilingwindows-v*.kwinscript +plasmapkg2 --type kwinscript -i quick-tiling-windows-10-v*.kwinscript ``` -# Packaging +## Packaging To package this kwin-script into a .kwinscript archive, execute: ``` -zip -r quicktilingwindows-v$(cat metadata.desktop | grep X-KDE-PluginInfo-Version= | awk -F'=' '{print $2}').kwinscript * +zip -r quick-tiling-windows-10-v$(cat metadata.desktop | grep X-KDE-PluginInfo-Version= | awk -F'=' '{print $2}').kwinscript * ```