commit a109703013f58334f83b47c263bf7bc7ee287a7b parent 4fd820f18d48857682a043ce98de314b04152d7e Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com> Date: Mon, 30 Nov 2020 21:31:26 +0000 Update config Diffstat:
M | config | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/config b/config @@ -203,3 +203,8 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + +## BRIGHTNESS ## Make sure the main user is in the SUDOers file and doesn't need a password +# also make sure that the program "light" is install (sudo pacman -S light) +bindsym XF86MonBrightnessUp exec --no-startup-id sudo light -s sysfs/backlight/amdgpu_bl0 -A 10 +bindsym XF86MonBrightnessDown exec --no-startup-id sudo light -s sysfs/backlight/amdgpu_bl0 -U 5