feat(aerospace): Add tiling to Wireshark
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user