tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
hammerspoon: still finding the right positions
seth.computer
2 months ago
ff821782
9ee2008c
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+10
-10
1 changed file
expand all
collapse all
unified
split
hammerspoon
init.lua
+10
-10
hammerspoon/init.lua
reviewed
···
1
1
local appBindings = {
2
2
-
["1"] = "Helium",
3
3
-
["2"] = "Ghostty",
4
4
-
["3"] = "Slack",
5
5
-
["4"] = "Discord",
6
6
-
["5"] = "Messages",
7
7
-
["6"] = "Zoom.us",
8
8
-
["7"] = "Mail",
9
9
-
["8"] = "Spotify",
10
10
-
["9"] = "Todoist",
11
11
-
["0"] = "Obsidian",
2
2
+
["1"] = "Obsidian",
3
3
+
["2"] = "Todoist",
4
4
+
["3"] = "Mail",
5
5
+
["4"] = "Messages",
6
6
+
["5"] = "Zoom.us",
7
7
+
["6"] = "Messages",
8
8
+
["7"] = "Discord",
9
9
+
["8"] = "Slack",
10
10
+
["9"] = "Helium",
11
11
+
["0"] = "Ghostty",
12
12
}
13
13
14
14
for key, app in pairs(appBindings) do