From 78630b765f8067fcdc25ac09640c8f919730e4b6 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 2 May 2019 22:24:04 +0200 Subject: Fixed brightness controls --- .i3/config | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index e20258f..8101927 100644 --- a/.i3/config +++ b/.i3/config @@ -30,7 +30,7 @@ font pango:monospace 9 floating_modifier $mod # start a terminal -bindsym $mod+Return exec konsole #"xterm -fa 'Monospace' -fs 12 -bg black -fg white" +bindsym $mod+Return exec "xterm -fa 'Monospace' -fs 12 -bg black -fg white" #start ranger bindsym $mod+o exec "xterm -fa 'Monospace' -fs 11 -bg black -fg white ranger" @@ -205,8 +205,12 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound # Sreen brightness controls -bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 # increase screen brightness -bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 # decrease screen brightness +# Use acpilight with arch!! +# https://gitlab.com/wavexx/acpilight +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness + +exec "setxkbmap -layout de" #start autostart.sh exec --no-startup-id ~/autostart.sh -- cgit v1.2.3