niri: modify config
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7544c8bc18
commit
4bf206e533
2 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@ in {
|
||||||
preset-column-widths = [
|
preset-column-widths = [
|
||||||
{proportion = 0.5;}
|
{proportion = 0.5;}
|
||||||
{proportion = 0.3;}
|
{proportion = 0.3;}
|
||||||
{proportion = 1.0;}
|
|
||||||
{proportion = 0.7;} # Default
|
{proportion = 0.7;} # Default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -44,7 +43,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
width = config.custom.border;
|
width = config.custom.border;
|
||||||
active.color = "#d33682";
|
active.color = "#d33682";
|
||||||
inactive.color = "#586e75";
|
inactive.color = "#00000000";
|
||||||
};
|
};
|
||||||
|
|
||||||
focus-ring.enable = false;
|
focus-ring.enable = false;
|
||||||
|
|
|
@ -28,7 +28,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
prefer-no-csd = true; # Electron windows have odd borders otherwise
|
prefer-no-csd = true;
|
||||||
|
|
||||||
# https://github.com/YaLTeR/niri/wiki/Configuration:-Switch-Events
|
# https://github.com/YaLTeR/niri/wiki/Configuration:-Switch-Events
|
||||||
switch-events = {
|
switch-events = {
|
||||||
|
|
Loading…
Reference in a new issue