feat: add keymapp and configure window with aerospace

This commit is contained in:
Stefan Imhoff
2025-06-18 18:31:09 +02:00
parent 57892e3c81
commit 9f66bcb708
2 changed files with 7 additions and 0 deletions

View File

@@ -162,3 +162,8 @@ if.app-id = 'company.thebrowser.Browser'
if.window-title-regex-substring = '^[^Space|Little]' if.window-title-regex-substring = '^[^Space|Little]'
check-further-callbacks = true check-further-callbacks = true
run = 'layout tiling' run = 'layout tiling'
[[on-window-detected]]
if.app-id = 'io.zsa.keymapp'
check-further-callbacks = true
run = 'layout floating'

View File

@@ -452,6 +452,8 @@ cask "kap"
cask "karabiner-elements" cask "karabiner-elements"
# Open-source keystroke visualiser # Open-source keystroke visualiser
cask "keycastr" cask "keycastr"
# ZSA keyboard firmware flasher
cask "keymapp"
# Grammar, spelling and style suggestions in all the writing apps # Grammar, spelling and style suggestions in all the writing apps
cask "languagetool" cask "languagetool"
# Official client for LBRY, a decentralised file-sharing and payment network # Official client for LBRY, a decentralised file-sharing and payment network