Set governor and brightness in X
This commit is contained in:
parent
f48e29c7a5
commit
6e588a6815
|
@ -34,6 +34,12 @@ picom &
|
||||||
if [[ -v LAPTOP ]]; then
|
if [[ -v LAPTOP ]]; then
|
||||||
# Enable automatic fan control
|
# Enable automatic fan control
|
||||||
macfanctld
|
macfanctld
|
||||||
|
|
||||||
|
# Set brightness
|
||||||
|
xbacklight -set 45
|
||||||
|
|
||||||
|
# Set the governor
|
||||||
|
sudo ~/.local/bin/setGovernor > /dev/null &
|
||||||
else
|
else
|
||||||
# Faster scrolling
|
# Faster scrolling
|
||||||
imwheel -b 45
|
imwheel -b 45
|
||||||
|
|
Loading…
Reference in New Issue