Skip to content

Commit

Permalink
config: 🥄Small config changes to app/layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 19, 2024
1 parent cb871b2 commit 29c0d4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions roles/hammerspoon/files/config/apps.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
return {
Brave = {
id = 'com.brave.Browser',
-- Brave = {
-- id = 'com.brave.Browser',
-- summon = 'b', -- [B]rowser
-- },
Chrome = {
id = 'com.google.Chrome',
summon = 'b', -- [B]rowser
},
MatterMost = {
Expand Down Expand Up @@ -28,7 +32,7 @@ return {
summon = 'f', -- [F]inder
},
Spotify = {
id = 'spotify-id-here',
id = 'com.spotify.client',
summon = 'm', -- [M]usic
},
Obsidian = {
Expand All @@ -48,7 +52,7 @@ return {
summon = 's', -- [S]lack
},
Kitty = {
id = 'SOME.ID.Kitty',
id = 'net.kovidgoyal.kitty',
summon = 't', -- [T]erminal
},
}
4 changes: 2 additions & 2 deletions roles/hammerspoon/files/config/layouts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
Spotify = { cell = 2, open = true },
Obsidian = { cell = 3, open = true },
Kitty = { cell = 4, open = true },
Brave = { cell = 5, open = true },
Browser = { cell = 5, open = true },
OnePassword = { cell = 2, open = true },
Discord = { cell = 7, open = true },
Outlook = { cell = 7, },
Expand All @@ -32,7 +32,7 @@ return {
positions.standard.right_hidden, -- 6
},
apps = {
Brave = { cell = 1, open = true },
Browser = { cell = 1, open = true },
Obsidian = { cell = 2, open = true },
Kitty = { cell = 3, open = true },
},
Expand Down

0 comments on commit 29c0d4f

Please sign in to comment.