Compare commits
No commits in common. "c944a915ce44b88576435ca267057a9fe5583dd5" and "54e7003bd12420aa904cf0b9e16d6a9ef07e078b" have entirely different histories.
c944a915ce
...
54e7003bd1
2 changed files with 4 additions and 4 deletions
|
@ -52,9 +52,9 @@
|
|||
|
||||
services.logind.extraConfig = ''
|
||||
# don’t shutdown when power button is short-pressed
|
||||
HandlePowerKey=suspend
|
||||
HandlePowerKey=lock
|
||||
'';
|
||||
services.logind.lidSwitch = "suspend";
|
||||
services.logind.lidSwitch = "lock";
|
||||
|
||||
networking.hostName = "absol";
|
||||
# networking.wireless.enable = true;
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
"special:scratchpad, on-created-empty:foot"
|
||||
];
|
||||
monitor = [
|
||||
"eDP-1, 2880x1800@120, 0x1080, 2"
|
||||
"HDMI-A-1, 1920x1080@75, 0x0, 1"
|
||||
"eDP-1, 2880x1800@120, 0x0, 2"
|
||||
#"HDMI-A-1, 2560x1440@75, 0x1800, 1"
|
||||
];
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
|
|
Loading…
Reference in a new issue