commit 4ec4bda07c5e532ba1e26aad5a46b2fde14f10b0 parent 94a1d2022cf61994d2377221b6ac6534db2fc777 Author: regexghost <dev@regexghost.com> Date: Tue, 21 Jul 2026 20:26:45 +0100 wifi powersave off in other/ Diffstat:
| M | other/Makefile | | | 2 | ++ |
| A | other/no-wifi-powersave.conf | | | 2 | ++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/other/Makefile b/other/Makefile @@ -8,3 +8,5 @@ normal: mkdir -p ~/.config/keepassxc cp keepassxc.ini ~/.config/keepassxc/keepassxc.ini cp Xmodmap "${PREFIX}/wm-scripts/Xmodmap" + sudo cp no-wifi-powersave.conf /etc/NetworkManager/conf.d/no-wifi-powersave.conf + sudo systemctl restart NetworkManager diff --git a/other/no-wifi-powersave.conf b/other/no-wifi-powersave.conf @@ -0,0 +1,2 @@ +[connection] +wifi.powersave = 2