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'
|
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'
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
settings = {
|
settings = {
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
experimental-features = ["flakes" "nix-command"];
|
experimental-features = [ "flakes" "nix-command" ];
|
||||||
substituters = ["https://nix-community.cachix.org"];
|
substituters = [ "https://nix-community.cachix.org" ];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
trusted-users = ["@wheel"];
|
trusted-users = [ "@wheel" ];
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -53,7 +58,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
dock= {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
autohide-time-modifier = 0.1;
|
autohide-time-modifier = 0.1;
|
||||||
expose-animation-duration = 0.0;
|
expose-animation-duration = 0.0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue