From 6e2e2571bedf6f0161a1944fdfc86d57ec41f126 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:58:53 +0200 Subject: [PATCH] added brightness control --- i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i3/config b/i3/config index 5df3182..1b938ce 100644 --- a/i3/config +++ b/i3/config @@ -193,6 +193,10 @@ bindsym $mod+x exec i3lock --nofork --color 000000 --show-failed-attempts # Use Flameshot when hitting the Super+p keybind bindsym $mod+p exec flameshot gui +# Use Xbacklight to control brightness +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar {