From 81710ed792d16cbbd76631d3c671cb598cae8730 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 1 Aug 2016 09:11:30 +0200 Subject: [PATCH] theba: switch to modesetting driver --- i3/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config.m4 b/i3/config.m4 index 25df0ff..3a05b80 100644 --- a/i3/config.m4 +++ b/i3/config.m4 @@ -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)