i3: enable brightness controls on petalius

This commit is contained in:
Gabriel Ebner 2017-09-30 08:59:24 +02:00
parent 43244f037e
commit 6c2a61d27a

@ -64,7 +64,7 @@ bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
ifelse(hostname, [theba], [
ifelse(hostname, [petalius], [
# brightness control
bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10