theba: switch to modesetting driver

This commit is contained in:
Gabriel Ebner 2016-08-01 09:11:30 +02:00
parent e05d314185
commit 81710ed792
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
ifelse(hostname, [theba], [
# brightness control
bindsym XF86MonBrightnessDown exec xbacklight -steps 1 -time 0 -dec 5
bindsym XF86MonBrightnessUp exec xbacklight -steps 1 -time 0 -inc 5
bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10
])
# resize window (you can also use the mouse for that)