theba: switch to modesetting driver

This commit is contained in:
Gabriel Ebner 2016-08-01 09:11:30 +02:00
parent e05d314185
commit 81710ed792

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