mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-12 15:20:50 -05:00
Reduced amount brightness changes via fn keys
This commit is contained in:
parent
a877e974e6
commit
ed58c860cf
1 changed files with 2 additions and 2 deletions
|
@ -156,10 +156,10 @@ XF86AudioMicMute
|
||||||
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
XF86MonBrightnessDown
|
XF86MonBrightnessDown
|
||||||
xbacklight -dec 5
|
xbacklight -dec 2
|
||||||
|
|
||||||
XF86MonBrightnessUp
|
XF86MonBrightnessUp
|
||||||
xbacklight -inc 5
|
xbacklight -inc 2
|
||||||
|
|
||||||
XF86Display
|
XF86Display
|
||||||
mirror-outputs
|
mirror-outputs
|
||||||
|
|
Loading…
Reference in a new issue