From 9bbc4a2f7ad425f35b82185601caaaaba85a0d9b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 4 May 2021 21:53:15 +0200 Subject: [PATCH] sway: Use xwayland from unstable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 20.09’s xwayland crashes (presumably because of sway 1.6). --- users/simon/modules/sway.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/simon/modules/sway.nix b/users/simon/modules/sway.nix index 2e985d0..fea88a2 100644 --- a/users/simon/modules/sway.nix +++ b/users/simon/modules/sway.nix @@ -31,6 +31,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable { # TODO: remove with 21.05 package = pkgs.unstable.sway; + xwayland = false; config = { modifier = "Mod4"; @@ -281,6 +282,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable { brightnessctl # control screen brightness sway-contrib.grimshot # screenshots wdisplays # graphical output manager + pkgs.unstable.xwayland # TODO: remove with 21.05 ]; xdg.configFile."swaynag/config".text =