From f78d3d72ea10c132858f4c07496257a1aafec187 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 8 Jan 2024 06:31:51 -0500 Subject: Update sxhkd to use new backlight script --- .config/sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index dddf4b7..5e76133 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -231,13 +231,13 @@ super + q kill -15 `xdotool getwindowfocus getwindowpid` ## Increase/decrease Brightness {XF86MonBrightnessUp, XF86MonBrightnessDown} - xbacklight -time 50 -{inc,dec} 5 && screenstatus + backlightctl -{i,d} 5 ## Max-Out Brightness shift + XF86MonBrightnessUp - xbacklight -time 100 -set 100 && screenstatus + backlightctl -s 100 ## Set Brightness to 5 percent shift + XF86MonBrightnessDown - xbacklight -time 100 -set 5 && screenstatus + backlightctl -s 0 ## Display Setup Utility (mirror or extend displays) XF86Display arandr -- cgit v1.2.3