+binding for brightness on normal keys
This commit is contained in:
@@ -28,13 +28,16 @@ super + {9,0}
|
|||||||
XF86Audio{Prev,Next}
|
XF86Audio{Prev,Next}
|
||||||
mpc -q {prev,next}
|
mpc -q {prev,next}
|
||||||
|
|
||||||
super + n
|
super + {n,m}
|
||||||
pactl set-sink-volume 0 -5%; \
|
pactl set-sink-volume 0 {-,+}5%; \
|
||||||
$HOME/.local/scripts/refresh_bar;
|
$HOME/.local/scripts/refresh_bar;
|
||||||
|
|
||||||
super + m
|
XF86Audio{Lower,Raise}Volume
|
||||||
pactl set-sink-volume 0 +5%; \
|
pactl set-sink-volume 0 {-,+}10%; \
|
||||||
$HOME/.local/scripts/refresh_bar;
|
$HOME/.local/scripts/refresh_bar;
|
||||||
|
|
||||||
XF86MonBrightness{Up,Down}
|
XF86MonBrightness{Down,Up}
|
||||||
xbacklight {+,-}15
|
xbacklight {-,+}15
|
||||||
|
|
||||||
|
super + {o,p}
|
||||||
|
xbacklight {-,+}15
|
||||||
|
|||||||
Reference in New Issue
Block a user