Skip to content

Commit

Permalink
Updated the README with some additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Hausmans committed Dec 23, 2016
1 parent 119df8d commit 098ba00
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 *
```

0 comments on commit 098ba00

Please sign in to comment.