From 6237f5412a30c5708bc67fd23b1d5ff31c7d05ce Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Sat, 18 Nov 2017 13:42:48 +0530 Subject: [PATCH] Added readme --- Readme.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..862553a --- /dev/null +++ b/Readme.md @@ -0,0 +1,24 @@ +# sway-workspace-grid + +A CLI utility to manage workspace-grid for [Sway] + + +## Installation + +#### using npm +```bash +npm i sway-workspace-grid +``` + + +## Usage +``` +Usage: + sway-wp-switch [ -m ] + +Options: + -m move current window to new workspace while switching. + If currently focused windows in output-2, it will be placed in output-two itself without losing focus +``` + +[Sway]: https://github.com/swaywm/sway diff --git a/package.json b/package.json index 52c092f..441d2e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sway-workspace-grid", - "version": "0.0.1", + "version": "0.0.2", "description": "A simple utility to organize sway workspaces as M x N grid with multi-monitor support Edit", "main": "index.js", "bin": {