-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the README with some additional information
- Loading branch information
Koen Hausmans
committed
Dec 23, 2016
1 parent
119df8d
commit 098ba00
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * | ||
``` | ||
|