To adjust the brightness in i3w on Manjaro or Arch:
Reload your config and adjust brightness with FN+F1 and FN+F2
-
Code:sudo pacman -S brightnessctl
- Add this keybindings to your config:
Code:#Adjust Brightness with brightnessctl
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q s +1
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl -q s 1-
Reload your config and adjust brightness with FN+F1 and FN+F2