Compare commits
3 commits
a922875bea
...
43cd651aed
Author | SHA1 | Date | |
---|---|---|---|
43cd651aed | |||
2639405353 | |||
60b28a8d26 |
6 changed files with 19 additions and 12 deletions
|
@ -23,10 +23,10 @@ in {
|
|||
services = {
|
||||
fw-fanctrl.enable = true;
|
||||
|
||||
auto-cpufreq.max = {
|
||||
battery = 3; # GHz
|
||||
#// charger = 3.5; # GHz
|
||||
};
|
||||
# auto-cpufreq.max = {
|
||||
# battery = 3; # GHz
|
||||
# #// charger = 3.5; # GHz
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -68,7 +68,7 @@ in {
|
|||
|
||||
# Force disable display power savings
|
||||
# https://wiki.archlinux.org/title/Framework_Laptop_13#(AMD)_Washed-out_colors_when_using_power-profiles-daemon_in_power-saver_or_balanced_mode
|
||||
"amdgpu.abmlevel=0"
|
||||
#// "amdgpu.abmlevel=0"
|
||||
|
||||
# Disable AMD scaling driver
|
||||
# https://wiki.archlinux.org/title/CPU_frequency_scaling#amd_pstate
|
||||
|
|
|
@ -60,8 +60,6 @@ in {
|
|||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||
exec = [
|
||||
"${left} --init --scroll kensington-orbit-wireless-tb-mouse" # Enforce left-pawed state
|
||||
"${sleep} 1 && ${systemctl} --user restart walker"
|
||||
"${sleep} 1 && ${systemctl} --user restart waybar"
|
||||
];
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||
|
|
|
@ -21,8 +21,8 @@ in {
|
|||
|
||||
gnome = {
|
||||
sushi.enable = true; # Quick preview with spacebar
|
||||
#// tracker.enable = true; # File indexing
|
||||
#// tracker-miners.enable = true;
|
||||
tracker.enable = true; # File indexing
|
||||
tracker-miners.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -45,7 +45,7 @@ in {
|
|||
BusName = "org.gnome.Nautilus";
|
||||
ExecStart = "${nautilus} --gapplication-service";
|
||||
ExecStop = "${nautilus} --quit";
|
||||
Restart = "on-failure";
|
||||
Restart = "no";
|
||||
Type = "dbus";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -102,6 +102,8 @@ in {
|
|||
};
|
||||
in {
|
||||
status = {
|
||||
reload_style_on_change = true; # Reload CSS when modified
|
||||
|
||||
## GLOBAL ##
|
||||
layer = "top";
|
||||
position = "bottom";
|
||||
|
|
|
@ -12,6 +12,9 @@ in {
|
|||
# https://gitlab.freedesktop.org/upower/power-profiles-daemon
|
||||
#!! Usage is imperative
|
||||
#?? powerprofilesctl set <performance|balanced|power-saver>
|
||||
services.power-profiles-daemon.enable = true;
|
||||
services = {
|
||||
power-profiles-daemon.enable = true;
|
||||
tlp.enable = false; # Conflicts with PPD
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
custom = {
|
||||
full = true;
|
||||
profile = "desktop"; # Inherit desktop
|
||||
services.auto-cpufreq.enable = true;
|
||||
|
||||
services = {
|
||||
#// auto-cpufreq.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
#!! Rebuild offline - drastically increases initial download and resulting closure size
|
||||
|
|
Loading…
Add table
Reference in a new issue