sway: Use xwayland from unstable

20.09’s xwayland crashes (presumably because of sway 1.6).
pull/52/head
Simon Bruder 2021-05-04 21:53:15 +02:00
parent c3a3d8a12a
commit 9bbc4a2f7a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
# TODO: remove with 21.05 # TODO: remove with 21.05
package = pkgs.unstable.sway; package = pkgs.unstable.sway;
xwayland = false;
config = { config = {
modifier = "Mod4"; modifier = "Mod4";
@ -281,6 +282,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
brightnessctl # control screen brightness brightnessctl # control screen brightness
sway-contrib.grimshot # screenshots sway-contrib.grimshot # screenshots
wdisplays # graphical output manager wdisplays # graphical output manager
pkgs.unstable.xwayland # TODO: remove with 21.05
]; ];
xdg.configFile."swaynag/config".text = xdg.configFile."swaynag/config".text =