Revert "Wayland is ready for desktop"

This reverts commit 8dd92acdf4.
This commit is contained in:
Alexander Bantyev 2021-03-27 12:33:01 +03:00
parent bd0e5a3f5c
commit 6f230b59d3
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -18,15 +18,12 @@ in {
programs.sway.wrapperFeatures.gtk = true;
programs.sway.extraPackages = lib.mkForce (with pkgs; [ swayidle ]);
programs.xwayland.enable = false;
programs.sway.extraPackages = lib.mkForce (with pkgs; [ swayidle xwayland ]);
users.users.balsoft.extraGroups = [ "sway" ];
home-manager.users.balsoft.wayland.windowManager.sway = {
enable = true;
xwayland = false;
config = rec {
assigns = {
"" = [
@ -239,7 +236,6 @@ in {
mouse_warping container
hide_edge_borders --i3 smart
exec pkill swaynag
xwayland disable
'';
};
}