Delete borders and adapt aerospace hotkey

This commit is contained in:
Tobias Ostner 2025-10-01 12:44:46 +02:00
parent d1a3654811
commit 61c5c55f11
2 changed files with 1 additions and 6 deletions

View file

@ -21,7 +21,7 @@ alt-slash = 'layout tiles horizontal vertical'
alt-comma = 'layout accordion horizontal vertical' alt-comma = 'layout accordion horizontal vertical'
alt-t = 'exec-and-forget open /Applications/Ghostty.app' alt-t = 'exec-and-forget open /Applications/Ghostty.app'
alt-w = "exec-and-forget open /Applications/'Zen Browser.app'" alt-w = "exec-and-forget open /Applications/'Zen.app'"
alt-left = 'focus left' alt-left = 'focus left'
alt-down = 'focus down' alt-down = 'focus down'

View file

@ -24,10 +24,6 @@
onActivation.cleanup = "zap"; onActivation.cleanup = "zap";
brews = [ brews = [
{
name = "borders";
restart_service = "changed";
}
"cocoapods" "cocoapods"
]; ];
@ -57,7 +53,6 @@
taps = [ taps = [
"dracula/install" "dracula/install"
"FelixKratz/formulae"
"homebrew/services" "homebrew/services"
"nikitabobko/tap" "nikitabobko/tap"
]; ];