Created
April 28, 2024 20:06
-
-
Save vicente-gonzalez-ruiz/20a8cfbf9ee55f3455066e45c0f925ba to your computer and use it in GitHub Desktop.
i3 brightness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Put: | |
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5% | |
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%- | |
into: | |
~/.config/i3/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment