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