sway: Use xwayland from unstable
20.09’s xwayland crashes (presumably because of sway 1.6).
This commit is contained in:
parent
c3a3d8a12a
commit
9bbc4a2f7a
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue