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 = [ "wl-paste" "--watch" "cliphist" "store"]; }
|
||||
];
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
|
||||
|
@ -51,11 +52,11 @@ in
|
|||
};
|
||||
|
||||
layout = {
|
||||
gaps = 4;
|
||||
gaps = 0;
|
||||
focus-ring = {
|
||||
width = 4;
|
||||
active.color = "#00000055";
|
||||
inactive.color = "#505050";
|
||||
active.color = "#4c7899";
|
||||
inactive.color = "#333333";
|
||||
};
|
||||
always-center-single-column = true;
|
||||
border.enable = false;
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
seahorse
|
||||
github-cli
|
||||
fuzzel
|
||||
nixpkgs-review
|
||||
];
|
||||
|
||||
programs.waybar.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue