diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-23 01:17:15 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:40:32 -0400 |
commit | be1db1d04a5bcc7408ef81963ef96c4fa73867aa (patch) | |
tree | 7a2495f75bb56ee442b039dd1643100b2f6aac45 /.config/i3/config | |
parent | 45d920c8ec323bf5d91de23bdb49f61c152b1301 (diff) | |
download | dogfiles-be1db1d04a5bcc7408ef81963ef96c4fa73867aa.tar.gz |
switching to xbacklight for brightness
Diffstat (limited to '.config/i3/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 39cece5..c125c64 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 "backlight -5" -bindsym XF86MonBrightnessUp exec "backlight 5" +bindsym XF86MonBrightnessDown exec "xbacklight -dec 10" +bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" #bindsym $mod+c exec "xterm -e cataclysm" #bindsym $mod+t exec "xterm -e tf" |