Update display settings on Arendia
This commit is contained in:
parent
2d8ea0f39c
commit
9ad7419d0f
|
@ -32,7 +32,7 @@
|
||||||
# "${pkgs.swaylock-fancy}/bin/swaylock-fancy"
|
# "${pkgs.swaylock-fancy}/bin/swaylock-fancy"
|
||||||
];
|
];
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,1920x1080@60,0x0,1.25"
|
"eDP-1,2560x1440@60.01,0x0,1.25"
|
||||||
"HDMI-A-1,1920x1080@60,0x-1080,1"
|
"HDMI-A-1,1920x1080@60,0x-1080,1"
|
||||||
];
|
];
|
||||||
bind = [
|
bind = [
|
||||||
|
|
|
@ -127,7 +127,7 @@ in {
|
||||||
CPU_MIN_PERF_ON_AC = 0;
|
CPU_MIN_PERF_ON_AC = 0;
|
||||||
CPU_MAX_PERF_ON_AC = 100;
|
CPU_MAX_PERF_ON_AC = 100;
|
||||||
CPU_MIN_PERF_ON_BAT = 0;
|
CPU_MIN_PERF_ON_BAT = 0;
|
||||||
CPU_MAX_PERF_ON_BAT = 40;
|
CPU_MAX_PERF_ON_BAT = 100;
|
||||||
|
|
||||||
#Optional helps save long term battery health
|
#Optional helps save long term battery health
|
||||||
START_CHARGE_THRESH_BAT0 = 40; # 40 and bellow it starts to charge
|
START_CHARGE_THRESH_BAT0 = 40; # 40 and bellow it starts to charge
|
||||||
|
|
Loading…
Reference in New Issue