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