From 6e588a6815ed54fbb1cd43ecad9ae782c419030d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 25 Mar 2022 09:00:14 -0300 Subject: [PATCH] Set governor and brightness in X --- dotfiles/.xinitrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 771b9c6..86eb20a 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -34,6 +34,12 @@ picom & if [[ -v LAPTOP ]]; then # Enable automatic fan control macfanctld + + # Set brightness + xbacklight -set 45 + + # Set the governor + sudo ~/.local/bin/setGovernor > /dev/null & else # Faster scrolling imwheel -b 45