summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-09 15:58:06 -0600
committerzachir <zachir@librem.one>2023-02-09 15:58:06 -0600
commit549acbb2bf8e30315d0eb3e87c44f4793c22337f (patch)
treef070c2c7a567434ac115100bd8df48561f047d98
parent2b0ac3a1fe83f405bc161a680c160d73f0f9b921 (diff)
add bl generic backlight to sxhkd
-rwxr-xr-xsxhkd/sxhkdrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 222425e..2c8f824 100755
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -145,13 +145,11 @@ XF86Audio{Prev,Next,Play,Stop}
# turn the brightness up
XF86MonBrightnessUp
- xbacklight -inc 1
- # light -A 1
+ bl -i 1
# turn the brightness down
XF86MonBrightnessDown
- xbacklight -dec 1
- # light -U 1
+ bl -d 1
# raise the volume
XF86AudioRaiseVolume