feat(sway-desktop): disable xwayland \o/

This commit is contained in:
steveej 2024-04-18 17:39:32 +02:00
parent a6ce446fe9
commit a2ad00509b

View file

@ -83,7 +83,7 @@ in {
wayland.windowManager.sway = {
enable = true;
systemd.enable = true;
xwayland = true;
xwayland = false;
config = let
modifier = "Mod4";