Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles

This commit is contained in:
Martin Larsson 2025-07-09 23:59:05 +02:00
commit 662f0a688a

View file

@ -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'