|
@@ -56,6 +56,10 @@ bindsym $mod+XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +
|
|
|
bindsym $mod+XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -$vol_fine_step
|
|
|
|
|
|
# LUMINOSITY
|
|
|
+# total adjustment
|
|
|
+bindsym $mod+Shift+XF86MonBrightnessUp exec --no-startup-id xbacklight -set 100
|
|
|
+bindsym $mod+Shift+XF86MonBrightnessDown exec --no-startup-id xbacklight -set 1
|
|
|
+
|
|
|
# macro adjustement
|
|
|
set $lum_big_step 5
|
|
|
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc $lum_big_step
|