mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Compare commits
2 commits
8bfa54e30d
...
2c0b6f0451
Author | SHA1 | Date | |
---|---|---|---|
2c0b6f0451 | |||
f8903f9d00 |
1 changed files with 4 additions and 4 deletions
|
@ -193,8 +193,8 @@ do
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
riverctl map "$mode" None XF86AudioMute spawn 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
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@ -5%'
|
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@ +5%'
|
riverctl map "$mode" None XF86AudioRaiseVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ +2%'
|
||||||
riverctl map "$mode" None XF86AudioMicMute spawn 'pactl set-source-mute @DEFAULT_SOURCE@ toggle'
|
riverctl map "$mode" None XF86AudioMicMute spawn 'pactl set-source-mute @DEFAULT_SOURCE@ toggle'
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
@ -203,8 +203,8 @@ do
|
||||||
riverctl map "$mode" None XF86AudioNext spawn ''
|
riverctl map "$mode" None XF86AudioNext spawn ''
|
||||||
|
|
||||||
# Backlight
|
# Backlight
|
||||||
riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5'
|
riverctl map $mode None XF86MonBrightnessDown spawn 'xbacklight -dec 5'
|
||||||
riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5'
|
riverctl map $mode None XF86MonBrightnessUp spawn 'xbacklight -inc 5'
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
#riverctl map $mode None XF86Display spawn ''
|
#riverctl map $mode None XF86Display spawn ''
|
||||||
|
|
Loading…
Reference in a new issue