mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
7 lines
253 B
Bash
7 lines
253 B
Bash
# This was to fix an issue I was having where my terminal fonts were all over the place and tlp was autosuspending usb ports at startup.
|
|
# Anyone else probably won't need it.
|
|
|
|
#! /bin/sh
|
|
|
|
source ~/.profile
|
|
sudo ~/.local/bin/personal/usb-autosuspend-fix
|