diff --git a/home/programs/firefox/default.nix b/home/programs/firefox/default.nix index e8ce0f3..0156255 100644 --- a/home/programs/firefox/default.nix +++ b/home/programs/firefox/default.nix @@ -234,7 +234,6 @@ .titlebar-buttonbox-container{ display:none; - padding-right:-300px; } ''; bookmarks = [ diff --git a/system/hardware/power-management/default.nix b/system/hardware/power-management/default.nix index e09444f..5fa97bd 100644 --- a/system/hardware/power-management/default.nix +++ b/system/hardware/power-management/default.nix @@ -5,11 +5,13 @@ settings = { # Performance Policy CPU_SCALING_GOVERNOR_ON_AC = "performance"; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; + CPU_SCALING_GOVERNOR_ON_BAT = "performance"; + # CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; # Intel-pstate gives sluggish performance CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; - CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; + # CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; + CPU_ENERGY_PERF_POLICY_ON_BAT = "performance"; # CPU Performance Caps # CPU_MIN_PERF_ON_AC = 0; @@ -20,7 +22,8 @@ # Platform Profile PLATFORM_PROFILE_ON_AC = "performance"; - PLATFORM_PROFILE_ON_BAT = "low-power"; + # PLATFORM_PROFILE_ON_BAT = "low-power"; + PLATFORM_PROFILE_ON_BAT = "performance"; # Boost CPU_BOOST_ON_AC = 1; @@ -35,7 +38,7 @@ # PCIE ASPM, talking with PCIE devices to save power PCIE_ASPM_ON_AC = "default"; - PCIE_ASPM_ON_BAT = "powersupersave"; + PCIE_ASPM_ON_BAT = "default"; # Suspend USB devices to save power USB_AUTOSUSPEND = 1; @@ -45,7 +48,7 @@ # Wifi Power Save WIFI_PWR_ON_AC = "off"; - WIFI_PWR_ON_BAT = "on"; + WIFI_PWR_ON_BAT = "off"; # Hybrid Graphics Management RUNTIME_PM_DRIVER_DENYLIST = "mei_me";