Update display settings on Arendia

This commit is contained in:
Thomas Avé 2024-11-06 12:16:18 +01:00
parent 2d8ea0f39c
commit 9ad7419d0f
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [

View File

@ -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