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

fix brightness keybind

parent 91f8eb2c
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+plus exec "brightness up; notify-send 'brightness up'"
bindsym $mod+minus exec "brightness down; notify-send 'brightness down'"
bindsym $mod+'.' exec "brightness up; notify-send 'brightness up'"
bindsym $mod+',' exec "brightness down; 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