From d22c2ea56a8d84bfaa78b4cecafa40dfaa7a6487 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 15 Nov 2023 05:51:32 +0000 Subject: [PATCH] sxmo: re-enable xwayland this fixes signal-desktop :) --- hosts/modules/gui/sxmo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/sxmo/default.nix b/hosts/modules/gui/sxmo/default.nix index 852feb6bf..2be825626 100644 --- a/hosts/modules/gui/sxmo/default.nix +++ b/hosts/modules/gui/sxmo/default.nix @@ -297,7 +297,7 @@ in # these could be added, but i don't see much benefit. font = "pango:monospace 10"; mod = "Mod1"; # prefer Alt - xwayland = false; # disable to reduce RAM usage. + # xwayland = false; # disable to reduce RAM usage. N.B.: xwayland is needed for electron apps! workspace_layout = "tabbed"; brightness_down_cmd = "sxmo_brightness.sh down";