Install janky borders

This commit is contained in:
Tobias Ostner 2024-12-09 22:13:01 +07:00
parent 4aa52a2bc1
commit 1626a2c359
2 changed files with 21 additions and 13 deletions

View file

@ -8,15 +8,18 @@ default-root-container-layout = 'tiles'
default-root-container-orientation = 'auto' default-root-container-orientation = 'auto'
key-mapping.preset = 'qwerty' key-mapping.preset = 'qwerty'
on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
automatically-unhide-macos-hidden-apps = true
after-startup-command = [
'exec-and-forget borders active_color=0xffe1e3e4 inactive_color=0xff494d64 width=5.0'
]
[gaps] [gaps]
inner.horizontal = 8 inner.horizontal = 12
inner.vertical = 8 inner.vertical = 12
outer.left = 8 outer.left = 12
outer.bottom = 8 outer.bottom = 12
outer.top = 8 outer.top = 12
outer.right = 8 outer.right = 12
[mode.main.binding] [mode.main.binding]
alt-slash = 'layout tiles horizontal vertical' alt-slash = 'layout tiles horizontal vertical'

View file

@ -23,6 +23,10 @@
enable = true; enable = true;
onActivation.cleanup = "zap"; onActivation.cleanup = "zap";
brews = [
"borders"
];
casks = [ casks = [
"aerospace" "aerospace"
"anki" "anki"
@ -42,6 +46,7 @@
taps = [ taps = [
"dracula/install" "dracula/install"
"FelixKratz/formulae"
"nikitabobko/tap" "nikitabobko/tap"
]; ];
}; };