l: ignore lidswitch only on x220

This commit is contained in:
lassulus 2017-12-13 18:20:44 +01:00
parent 2913830578
commit 17860a3655
2 changed files with 5 additions and 4 deletions

View File

@ -112,10 +112,6 @@ in {
xkbOptions = "caps:backspace";
};
services.logind.extraConfig = ''
HandleLidSwitch=ignore
'';
services.urxvtd.enable = true;
services.xresources.enable = true;
lass.screenlock.enable = true;

View File

@ -29,4 +29,9 @@
options = ["nosuid" "nodev" "noatime"];
};
};
services.logind.extraConfig = ''
HandleLidSwitch=ignore
'';
}