dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9453069fecf2769fcadb65f171ba985da2a2d8a3
parent 878ce7a049606fdd37ee04cde86ff14bdfd6a739
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 26 Jun 2019 19:56:23 +0200

Add brightness key bindings to go to max/min backlight intensity

Diffstat:
M.config/sxhkd/sxhkdrc | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -98,8 +98,10 @@ super + control + shift + {p,s,n,b} mpc {toggle,stop,next,prev}; dwmstatus-refresh XF86AudioMute pulsemixer --toggle-mute; dwmstatus-refresh -XF86Audio{Raise,Lower}Volume - pulsemixer --unmute --change-volume {+3,-3}; dwmstatus-refresh +XF86Audio{Lower,Raise}Volume + pulsemixer --unmute --change-volume {-3,+3}; dwmstatus-refresh -XF86MonBrightness{Up,Down} - xbacklight -{inc,dec} 5 +XF86MonBrightness{Down,Up} + xbacklight -{dec,inc} 5 +shift + XF86MonBrightness{Down,Up} + xbacklight -set {1,100}