Install janky borders
This commit is contained in:
parent
4aa52a2bc1
commit
1626a2c359
2 changed files with 21 additions and 13 deletions
|
|
@ -8,15 +8,18 @@ default-root-container-layout = 'tiles'
|
|||
default-root-container-orientation = 'auto'
|
||||
key-mapping.preset = 'qwerty'
|
||||
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]
|
||||
inner.horizontal = 8
|
||||
inner.vertical = 8
|
||||
outer.left = 8
|
||||
outer.bottom = 8
|
||||
outer.top = 8
|
||||
outer.right = 8
|
||||
inner.horizontal = 12
|
||||
inner.vertical = 12
|
||||
outer.left = 12
|
||||
outer.bottom = 12
|
||||
outer.top = 12
|
||||
outer.right = 12
|
||||
|
||||
[mode.main.binding]
|
||||
alt-slash = 'layout tiles horizontal vertical'
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@
|
|||
enable = true;
|
||||
onActivation.cleanup = "zap";
|
||||
|
||||
brews = [
|
||||
"borders"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"aerospace"
|
||||
"anki"
|
||||
|
|
@ -42,6 +46,7 @@
|
|||
|
||||
taps = [
|
||||
"dracula/install"
|
||||
"FelixKratz/formulae"
|
||||
"nikitabobko/tap"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue