Updated brightness to use a custom bash script instead of brightnessctl

This commit is contained in:
Jaden Provost Maxwell-Comfort
2024-01-06 10:55:30 -08:00
parent 503c312f35
commit 057348f9ec
3 changed files with 27 additions and 5 deletions

View File

@@ -154,8 +154,8 @@ bindsym l resize shrink width 10 px or 10 ppt
bindsym $mod+r mode "resize"
# Brightness keys setup
bindsym XF86MonBrightnessDown exec --no-startup-id "brightnessctl set 5%-"
bindsym XF86MonBrightnessUp exec --no-startup-id "brightnessctl set +5%"
bindsym XF86MonBrightnessDown exec --no-startup-id "sudo $HOME/.config/i3/brightness.sh -5"
bindsym XF86MonBrightnessUp exec --no-startup-id "sudo $HOME/.config/i3/brightness.sh 5"
# Window Cosmetic Changes
gaps inner 10