mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -05:00
Compare commits
No commits in common. "2c0b6f0451ed9a574adc03e7353c696a13206ab3" and "8bfa54e30d16b603a817d288587b10c6037a53e7" have entirely different histories.
2c0b6f0451
...
8bfa54e30d
1 changed files with 4 additions and 4 deletions
|
@ -193,8 +193,8 @@ do
|
|||
|
||||
# Volume
|
||||
riverctl map "$mode" None XF86AudioMute spawn 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||
riverctl map "$mode" None XF86AudioLowerVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ -2%'
|
||||
riverctl map "$mode" None XF86AudioRaiseVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ +2%'
|
||||
riverctl map "$mode" None XF86AudioLowerVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
||||
riverctl map "$mode" None XF86AudioRaiseVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
|
||||
riverctl map "$mode" None XF86AudioMicMute spawn 'pactl set-source-mute @DEFAULT_SOURCE@ toggle'
|
||||
|
||||
# Media
|
||||
|
@ -203,8 +203,8 @@ do
|
|||
riverctl map "$mode" None XF86AudioNext spawn ''
|
||||
|
||||
# Backlight
|
||||
riverctl map $mode None XF86MonBrightnessDown spawn 'xbacklight -dec 5'
|
||||
riverctl map $mode None XF86MonBrightnessUp spawn 'xbacklight -inc 5'
|
||||
riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5'
|
||||
riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5'
|
||||
|
||||
# Display
|
||||
#riverctl map $mode None XF86Display spawn ''
|
||||
|
|
Loading…
Reference in a new issue