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