some niri changes
This commit is contained in:
parent
d29d23c3e8
commit
0cc8d4195f
2 changed files with 5 additions and 3 deletions
|
@ -32,6 +32,7 @@ in
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{ command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; }
|
{ command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; }
|
||||||
|
{ command = [ "wl-paste" "--watch" "cliphist" "store"]; }
|
||||||
];
|
];
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
|
@ -51,11 +52,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
gaps = 4;
|
gaps = 0;
|
||||||
focus-ring = {
|
focus-ring = {
|
||||||
width = 4;
|
width = 4;
|
||||||
active.color = "#00000055";
|
active.color = "#4c7899";
|
||||||
inactive.color = "#505050";
|
inactive.color = "#333333";
|
||||||
};
|
};
|
||||||
always-center-single-column = true;
|
always-center-single-column = true;
|
||||||
border.enable = false;
|
border.enable = false;
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
seahorse
|
seahorse
|
||||||
github-cli
|
github-cli
|
||||||
fuzzel
|
fuzzel
|
||||||
|
nixpkgs-review
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue