1
1
Fork 0

Compare commits

..

No commits in common. "43cd651aed34361ef508efcf2c16644ed53d9def" and "a922875bea5d71f6fedabea403d5e996d281bdfe" have entirely different histories.

6 changed files with 12 additions and 19 deletions

View file

@ -23,10 +23,10 @@ in {
services = { services = {
fw-fanctrl.enable = true; fw-fanctrl.enable = true;
# auto-cpufreq.max = { auto-cpufreq.max = {
# battery = 3; # GHz battery = 3; # GHz
# #// charger = 3.5; # GHz #// charger = 3.5; # GHz
# }; };
}; };
}; };
@ -68,7 +68,7 @@ in {
# Force disable display power savings # 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 # 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 # Disable AMD scaling driver
# https://wiki.archlinux.org/title/CPU_frequency_scaling#amd_pstate # https://wiki.archlinux.org/title/CPU_frequency_scaling#amd_pstate

View file

@ -60,6 +60,8 @@ in {
# https://wiki.hyprland.org/Configuring/Keywords/#executing # https://wiki.hyprland.org/Configuring/Keywords/#executing
exec = [ exec = [
"${left} --init --scroll kensington-orbit-wireless-tb-mouse" # Enforce left-pawed state "${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 # https://wiki.hyprland.org/Configuring/Keywords/#executing

View file

@ -21,8 +21,8 @@ in {
gnome = { gnome = {
sushi.enable = true; # Quick preview with spacebar sushi.enable = true; # Quick preview with spacebar
tracker.enable = true; # File indexing #// tracker.enable = true; # File indexing
tracker-miners.enable = true; #// tracker-miners.enable = true;
}; };
}; };
@ -45,7 +45,7 @@ in {
BusName = "org.gnome.Nautilus"; BusName = "org.gnome.Nautilus";
ExecStart = "${nautilus} --gapplication-service"; ExecStart = "${nautilus} --gapplication-service";
ExecStop = "${nautilus} --quit"; ExecStop = "${nautilus} --quit";
Restart = "no"; Restart = "on-failure";
Type = "dbus"; Type = "dbus";
}; };
}; };

View file

@ -102,8 +102,6 @@ in {
}; };
in { in {
status = { status = {
reload_style_on_change = true; # Reload CSS when modified
## GLOBAL ## ## GLOBAL ##
layer = "top"; layer = "top";
position = "bottom"; position = "bottom";

View file

@ -12,9 +12,6 @@ in {
# https://gitlab.freedesktop.org/upower/power-profiles-daemon # https://gitlab.freedesktop.org/upower/power-profiles-daemon
#!! Usage is imperative #!! Usage is imperative
#?? powerprofilesctl set <performance|balanced|power-saver> #?? powerprofilesctl set <performance|balanced|power-saver>
services = { services.power-profiles-daemon.enable = true;
power-profiles-daemon.enable = true;
tlp.enable = false; # Conflicts with PPD
};
}; };
} }

View file

@ -2,11 +2,7 @@
custom = { custom = {
full = true; full = true;
profile = "desktop"; # Inherit desktop 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 #!! Rebuild offline - drastically increases initial download and resulting closure size