tangled
alpha
login
or
join now
jcs.org
/
spoonfish
0
fork
atom
half-baked re-implementation of the major parts of sdorfehs in Hammerspoon
0
fork
atom
overview
issues
pulls
pipelines
README: Fix order of start
jcs.org
3 years ago
97ad3500
bf4d0dac
+2
-1
1 changed file
expand all
collapse all
unified
split
README.md
+2
-1
README.md
···
16
16
configuration/commands:
17
17
18
18
local spoonfish = require("spoonfish/init")
19
19
-
spoonfish.start()
20
19
21
20
spoonfish.apps_to_watch = {
22
21
"^" .. spoonfish.terminal,
···
27
26
"^Android Studio",
28
27
}
29
28
table.insert(spoonfish.windows_to_ignore, "Extension: (Open in Browser)")
29
29
+
30
30
+
spoonfish.start()
30
31
31
32
local cs = hs.spaces.activeSpaceOnScreen()
32
33
spoonfish.frame_vertical_split(cs, 1)