Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles
This commit is contained in:
commit
662f0a688a
1 changed files with 5 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ cmd-alt-h = [] # Disable "hide others"
|
|||
|
||||
# All possible commands: https://nikitabobko.github.io/AeroSpace/commands
|
||||
cmd-enter = 'exec-and-forget open -n /Applications/Ghostty.app'
|
||||
cmd-b = 'exec-and-forget open -n /Applications/qutebrowser.app'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#layout
|
||||
# alt-slash = 'layout tiles horizontal vertical'
|
||||
|
|
@ -122,3 +123,7 @@ cmd-shift-v = 'layout h_tiles'
|
|||
cmd-shift-h = 'layout v_tiles'
|
||||
cmd-shift-t = 'layout h_accordion'
|
||||
cmd-shift-s = 'layout v_accordion'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'org.qutebrowser.qutebrowser'
|
||||
run = 'layout tiling'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue