diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index e547b2e..dab46cd 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -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'