feat(aerospace): Add tiling to Wireshark
This commit is contained in:
parent
0e428768f2
commit
0e84f49555
2 changed files with 4 additions and 4 deletions
|
@ -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
4
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue