git ssb

16+

Dominic / patchbay



Commit 625f7819b686f7a94242c8ea945e8b013dbbed7b

scratch an itch for frameless window (calmer i3 experience!)

mix irving committed on 7/6/2018, 10:34:07 PM
Parent: 243dc738c8a3bb3083cc0b69bd8e4585c4b2e87c

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -107,8 +107,10 @@
107107 width: windowState.width,
108108 height: windowState.height,
109109 autoHideMenuBar: true,
110110 title: 'Patchbay',
111 + frame: !process.env.FRAME,
112 + // titleBarStyle: 'hidden',
111113 show: true,
112114 backgroundColor: '#FFF',
113115 icon: './assets/icon.png'
114116 })
package.jsonView
@@ -6,8 +6,9 @@
66 "scripts": {
77 "lint": "standard",
88 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
99 "start": "electron index.js -- --title patchbay",
10 + "start-frameless": "FRAME=false npm start",
1011 "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png"
1112 },
1213 "browserify": {
1314 "transform": [
@@ -22,8 +23,9 @@
2223 "url": "git+https://github.com/ssbc/patchbay.git"
2324 },
2425 "author": "mixmix",
2526 "maintainers": [
27 + "arj03",
2628 "ahdinosaur",
2729 "cel",
2830 "dominictarr",
2931 "mmckegg"

Built with git-ssb-web