Skip to content
Snippets Groups Projects
Commit 396320f8 authored by Bernhard Landauer's avatar Bernhard Landauer
Browse files

[i3] brightness control

parent fa4b68fb
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
################################################################################################
# Screen brightness controls
bindsym $mod+'.' exec "pine_brightness up; notify-send 'brightness up'"
bindsym $mod+',' exec "pine_brightness down; notify-send 'brightness down'"
bindsym $mod+'p' exec "light -A 10; notify-send 'brightness up'"
bindsym $mod+'o' exec "light -U 10; notify-send 'brightness down'"
# Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment