add xwayland
This commit is contained in:
parent
337e3767c3
commit
d19d3b9330
1 changed files with 18 additions and 0 deletions
|
|
@ -92,6 +92,24 @@ in
|
|||
fuzzel
|
||||
swww
|
||||
];
|
||||
|
||||
|
||||
# XWayland satellite service for X11 app support
|
||||
systemd.user.services.xwayland-satellite = {
|
||||
Unit = {
|
||||
Description = "Xwayland outside Wayland";
|
||||
BindsTo = "graphical-session.target";
|
||||
After = "graphical-session.target";
|
||||
};
|
||||
Service = {
|
||||
Type = "notify";
|
||||
NotifyAccess = "all";
|
||||
ExecStart = "${pkgs.xwayland-satellite}/bin/xwayland-satellite";
|
||||
StandardOutput = "journal";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
})
|
||||
|
||||
# Hyprland desktop environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue