some niri update
This commit is contained in:
parent
dee9bd7a40
commit
0f2a3b7a13
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ in {
|
|||
|
||||
default-column-width = { proportion = 0.5; };
|
||||
|
||||
gaps = 2;
|
||||
gaps = 4;
|
||||
struts = {
|
||||
top = 2;
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
inherit (lib) mkIf;
|
||||
inherit (config) conf;
|
||||
in mkIf conf.niri.enable {
|
||||
environment.systemPackages = with pkgs; [ xwayland-satellite xwayland ];
|
||||
environment.systemPackages = with pkgs; [ xwayland-satellite-unstable xwayland ];
|
||||
systemd.user.services.xwayland-satellite = {
|
||||
description = "Xwayland outside your Wayland";
|
||||
|
||||
|
@ -19,7 +19,7 @@ in mkIf conf.niri.enable {
|
|||
StandardOutput = "journal";
|
||||
|
||||
Restart = "on-failure";
|
||||
RestartSec = "2s";
|
||||
RestartSec = "1s";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue