Compare commits

...

2 commits

Author SHA1 Message Date
c944a915ce
Add 2nd monitor 2024-05-27 13:26:51 +02:00
de41080169
closing lid now correctly turns off monitor 2024-05-27 13:26:41 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -52,9 +52,9 @@
services.logind.extraConfig = ''
# dont shutdown when power button is short-pressed
HandlePowerKey=lock
HandlePowerKey=suspend
'';
services.logind.lidSwitch = "lock";
services.logind.lidSwitch = "suspend";
networking.hostName = "absol";
# networking.wireless.enable = true;

View file

@ -22,8 +22,8 @@
"special:scratchpad, on-created-empty:foot"
];
monitor = [
"eDP-1, 2880x1800@120, 0x0, 2"
#"HDMI-A-1, 2560x1440@75, 0x1800, 1"
"eDP-1, 2880x1800@120, 0x1080, 2"
"HDMI-A-1, 1920x1080@75, 0x0, 1"
];
input = {
kb_layout = "de";