feat(aerospace): Add tiling to Wireshark

This commit is contained in:
Afonso Franco 2025-06-16 09:20:21 +01:00
parent 0e428768f2
commit 0e84f49555
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 4 additions and 4 deletions

View file

@ -60,6 +60,10 @@ run = 'layout floating'
if.app-id = 'org.chromium.Chromium'
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'org.wireshark.Wireshark'
run = 'layout tiling'
[mode.service.binding]
u = ['reload-config', 'mode main']

4
.gitmodules vendored
View file

@ -10,10 +10,6 @@
path = .config/zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
branch = master
[submodule ".config/zsh/plugins/zsh-history-substring-search"]
path = .config/zsh/plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
branch = master
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
path = .config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting