added brightness control

This commit is contained in:
aminnairi
2023-04-11 14:58:53 +02:00
parent 15859c73e6
commit 6e2e2571be
+4
View File
@@ -193,6 +193,10 @@ bindsym $mod+x exec i3lock --nofork --color 000000 --show-failed-attempts
# Use Flameshot when hitting the Super+p keybind # Use Flameshot when hitting the Super+p keybind
bindsym $mod+p exec flameshot gui 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 # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {