1 Commits
Author SHA1 Message Date
harish2704 6237f5412a Added readme 2017-11-18 13:42:48 +05:30
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "sway-workspace-grid", "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", "description": "A simple utility to organize sway workspaces as M x N grid with multi-monitor support Edit",
"main": "index.js", "main": "index.js",
"bin": { "bin": {