From 6c84ba914cf68a6c2fb59aae5f0a07173d47f8dc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 28 Jul 2022 10:55:58 -0400 Subject: [PATCH] bspwm: Set the keyboard to maximum brightness on init This fixes the issue of having to manually increase brightness on boot. --- bspwm/.config/bspwm/bspwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index f0c8c12e..9a34c25b 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -123,3 +123,6 @@ fcitx5 & # Auto-mount partitions udiskie & + +# Use maximum brightness on the keyboard by default +brightnessctl --device='tpacpi::kbd_backlight' set 2