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