Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vicente-gonzalez-ruiz/20a8cfbf9ee55f3455066e45c0f925ba to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/20a8cfbf9ee55f3455066e45c0f925ba to your computer and use it in GitHub Desktop.
i3 brightness
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