forked from x/ContextOS
opt chrome
This commit is contained in:
parent
a99d3a2666
commit
8d957e603c
@ -57,3 +57,4 @@
|
|||||||
target web.code.pprof
|
target web.code.pprof
|
||||||
target web.chat.fyne.hi
|
target web.chat.fyne.hi
|
||||||
target web.wiki.alpha.load
|
target web.wiki.alpha.load
|
||||||
|
target web.code.input.push
|
||||||
|
@ -5,9 +5,11 @@ import (
|
|||||||
_ "github.com/shylinux/icebergs/base"
|
_ "github.com/shylinux/icebergs/base"
|
||||||
_ "github.com/shylinux/icebergs/core"
|
_ "github.com/shylinux/icebergs/core"
|
||||||
_ "github.com/shylinux/icebergs/misc"
|
_ "github.com/shylinux/icebergs/misc"
|
||||||
|
//
|
||||||
_ "github.com/shylinux/icebergs/misc/alpha"
|
_ "github.com/shylinux/icebergs/misc/alpha"
|
||||||
_ "github.com/shylinux/icebergs/misc/chrome"
|
_ "github.com/shylinux/icebergs/misc/chrome"
|
||||||
_ "github.com/shylinux/icebergs/misc/input"
|
_ "github.com/shylinux/icebergs/misc/input"
|
||||||
|
_ "github.com/shylinux/icebergs/misc/totp"
|
||||||
//
|
//
|
||||||
// _ "github.com/shylinux/icebergs/misc/lark"
|
// _ "github.com/shylinux/icebergs/misc/lark"
|
||||||
// _ "github.com/shylinux/icebergs/misc/md"
|
// _ "github.com/shylinux/icebergs/misc/md"
|
||||||
@ -16,7 +18,6 @@ import (
|
|||||||
// _ "github.com/shylinux/icebergs/misc/wx"
|
// _ "github.com/shylinux/icebergs/misc/wx"
|
||||||
//
|
//
|
||||||
// _ "github.com/shylinux/icebergs/misc/fyne"
|
// _ "github.com/shylinux/icebergs/misc/fyne"
|
||||||
// _ "github.com/shylinux/icebergs/misc/totp"
|
|
||||||
//
|
//
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -61,6 +61,10 @@ Volcanos("onengine", { river: {
|
|||||||
"web.code.docker.container",
|
"web.code.docker.container",
|
||||||
"web.code.docker.command",
|
"web.code.docker.command",
|
||||||
]},
|
]},
|
||||||
|
"chrome": {name: "chrome", index: [
|
||||||
|
"web.code.chrome.chrome",
|
||||||
|
"web.code.chrome.bookmark",
|
||||||
|
]},
|
||||||
"tmux": {name: "tmux", index: [
|
"tmux": {name: "tmux", index: [
|
||||||
"web.code.tmux.text",
|
"web.code.tmux.text",
|
||||||
"web.code.tmux.buffer",
|
"web.code.tmux.buffer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user