feat(home/niri): Setup xwayland-satellite on niri
This commit is contained in:
parent
41742c1ad0
commit
df5d11ceef
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,7 @@ in {
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
wlogout.enable = true;
|
wlogout.enable = true;
|
||||||
fuzzel.enable = true;
|
fuzzel.enable = true;
|
||||||
|
xwayland-satellite.enable = true;
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
swaybg.enable = true;
|
swaybg.enable = true;
|
||||||
|
@ -40,6 +41,11 @@ in {
|
||||||
prefer-no-csd = true;
|
prefer-no-csd = true;
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
# For some reason this won't set properly from home.sessionVariables.
|
||||||
|
DISPLAY = ":0";
|
||||||
|
};
|
||||||
|
|
||||||
### Startup Programs ###
|
### Startup Programs ###
|
||||||
spawn-at-startup = let
|
spawn-at-startup = let
|
||||||
inherit (config.marleyos) apps;
|
inherit (config.marleyos) apps;
|
||||||
|
|
Loading…
Reference in a new issue