Skip to content

Instantly share code, notes, and snippets.

View Asherpayn's full-sized avatar
🤷‍♂️
I don't know what I am doing

Asher Payn Asherpayn

🤷‍♂️
I don't know what I am doing
View GitHub Profile
@Asherpayn
Asherpayn / wifi_powersave.sh
Last active November 3, 2025 08:34
a script to disable wifi powersaving on linux (Fedora and Arch Based Distrobutions)
#!/bin/bash
# WiFi Power Save Disable Script
# Supports Arch Linux and Fedora
# Author: Asher Payn :)
set -e
# Colors for output
RED='\033[0;31m'