Browse Source

Added readme

master v0.0.2
Harish.K 8 years ago
parent
commit
6237f5412a
  1. 24
      Readme.md
  2. 2
      package.json

24
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 ] <up|down|right|left>
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

2
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": {

Loading…
Cancel
Save