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;
|
||||
wlogout.enable = true;
|
||||
fuzzel.enable = true;
|
||||
xwayland-satellite.enable = true;
|
||||
};
|
||||
services = {
|
||||
swaybg.enable = true;
|
||||
|
@ -40,6 +41,11 @@ in {
|
|||
prefer-no-csd = true;
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
|
||||
environment = {
|
||||
# For some reason this won't set properly from home.sessionVariables.
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
|
||||
### Startup Programs ###
|
||||
spawn-at-startup = let
|
||||
inherit (config.marleyos) apps;
|
||||
|
|
Loading…
Reference in a new issue