You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
764 B
28 lines
764 B
{
|
|
"name": "sway-workspace-grid",
|
|
"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": {
|
|
"sway-wp-switch": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/harish2704/sway-workspace-grid.git"
|
|
},
|
|
"keywords": [
|
|
"sway",
|
|
"i3",
|
|
"workspace",
|
|
"grid"
|
|
],
|
|
"author": "Harish.K <harish2704@gmail.com> (https://github.com/harish2704)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/harish2704/sway-workspace-grid/issues"
|
|
},
|
|
"homepage": "https://github.com/harish2704/sway-workspace-grid#readme"
|
|
}
|
|
|