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 moving app shortcuts around
seth.computer
2 months ago
eb26946d
000e13dd
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+4
-4
1 changed file
expand all
collapse all
unified
split
hammerspoon
init.lua
+4
-4
hammerspoon/init.lua
···
1
1
local appBindings = {
2
2
["1"] = "Firefox",
3
3
-
["2"] = "Slack",
4
4
-
["3"] = "Discord",
3
3
+
["2"] = "Ghostty",
4
4
+
["3"] = "Spotify",
5
5
["4"] = "Messages",
6
6
["5"] = "Mail",
7
7
["6"] = "Zoom.us",
8
8
-
["7"] = "Spotify",
9
9
-
["8"] = "Ghostty",
8
8
+
["7"] = "Discord",
9
9
+
["8"] = "Slack",
10
10
["9"] = "Todoist",
11
11
["0"] = "Obsidian",
12
12
}