diff --git a/.fehbg b/.fehbg index abf95e0..6930fe3 100755 --- a/.fehbg +++ b/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --randomize --recursive --bg-scale ~/wallpaper +feh --randomize --recursive --bg-scale ~/wallpaper diff --git a/.i3/config b/.i3/config index 96e0681..0cd896a 100755 --- a/.i3/config +++ b/.i3/config @@ -67,8 +67,10 @@ bindsym $mod+XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle # m ## requires xbacklight -bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness +#bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness +#bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness +bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness +bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness # change focus bindsym $mod+h focus left