Gnome power management

This commit is contained in:
2024-04-06 17:51:34 +00:00
parent a768cf55f7
commit cbf039c255
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,6 @@
neofetch neofetch
unzip unzip
eza eza
rustup
# Note to self: This config does not include games/benchmarks. I'm using flatpak for those. # Note to self: This config does not include games/benchmarks. I'm using flatpak for those.

View File

@@ -0,0 +1,6 @@
#! /bin/bash
sudo pacman -Syu gnome power-profiles-daemon
sudo systemctl enable power-profiles-daemon
sudo systemctl start power-profiles-daemon