diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-24 01:15:21 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-24 01:15:21 -0400 |
commit | 2cfa5eab692ed882fbb6848f7b25bdf5a30ff5a5 (patch) | |
tree | 0858099eb504f61be1c2f64bbf27d77bf5a65712 /.config | |
parent | 64b4674fae64a5ce59e7f5f0deaf2557c22a7859 (diff) | |
download | dogfiles-2cfa5eab692ed882fbb6848f7b25bdf5a30ff5a5.tar.gz |
changed backlight inc/dec from 10 to 5
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index ef0a2e2..ed3c049 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -58,8 +58,8 @@ bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-" bindsym XF86AudioRaiseVolume exec "amixer -D pulse sset Master 5%+" bindsym XF86AudioMicMute exec "amixer -D pulse sset Mic toggle" #bindsym XF86Sleep exec dmenu_run -bindsym XF86MonBrightnessDown exec "xbacklight -dec 10" -bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" +bindsym XF86MonBrightnessDown exec "xbacklight -dec 5" +bindsym XF86MonBrightnessUp exec "xbacklight -inc 5" bindsym Print exec "scrot ~/screens/$(date +%Y-%m-%d-%H:%M:%S).png" #bindsym $mod+c exec "xterm -e cataclysm" |