mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-19 06:31:20 +00:00
small changes
This commit is contained in:
parent
7febca0786
commit
05c242c72a
2 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue