i3-project-focus-workflow
Version:
Set of scripts to navigate i3-wm in a multi-monitor setup
28 lines (27 loc) • 740 B
JSON
{
"name": "i3-project-focus-workflow",
"version": "0.1.0",
"description": "Set of scripts to navigate i3-wm in a multi-monitor setup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sainathadapa/i3-project-focus-workflow.git"
},
"keywords": [
"i3",
"i3wm",
"i3-wm"
],
"author": "Sainath Adapa <adapasainath@gmail.com> (https://github.com/sainathadapa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sainathadapa/i3-project-focus-workflow/issues"
},
"homepage": "https://github.com/sainathadapa/i3-project-focus-workflow",
"dependencies": {
"lodash": "~3.2.0"
}
}