diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 91316a4..c4d81d4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -84,7 +84,7 @@ exec-once=udev-block-notify #exec-once=~/.config/hypr/scripts/sleep.sh exec-once=echo us > /tmp/kb_layout #exec-once=hyprctl setcursor Sweet 30 -exec-once=sleep 10;aw-qt& sleep 2; awatcher +#exec-once=sleep 10;aw-qt& sleep 2; awatcher exec-once = nm-applet --indicator # systray app for Network/Wifi exec-once=kdeconnect-indicator exec-once = hyprpm reload -n diff --git a/powersave.nix b/powersave.nix index 2e13ed4..229f83c 100644 --- a/powersave.nix +++ b/powersave.nix @@ -11,9 +11,9 @@ config = lib.mkIf config.nyx.low-power.enable { boot = { kernelParams = [ - "pcie_aspm.policy=powersupersave" - "amd_pstate=passive" - "mitigations=auto" +# "pcie_aspm.policy=powersupersave" +# "amd_pstate=passive" +# "mitigations=auto" ]; extraModprobeConfig = '' @@ -39,10 +39,11 @@ settings = { battery = { governor = "powersave"; + energy_performance_preference = "power"; turbo = "never"; }; charger = { - governor = "powersave"; +# governor = "powersave"; turbo = "auto"; }; }; @@ -71,6 +72,8 @@ SATA_LINKPWR_ON_BAT = "min_power"; SOUND_POWER_SAVE_ON_AC = "1"; SOUND_POWER_SAVE_ON_BAT = "1"; +# PLATFORM_PROFILE_ON_AC = "performance"; +# PLATFORM_PROFILE_ON_BAT = "balanced"; PLATFORM_PROFILE_ON_AC = "balanced"; PLATFORM_PROFILE_ON_BAT = "low-power"; };