avizo bindings
This commit is contained in:
parent
c45529ee17
commit
9b2d75a42f
3 changed files with 3 additions and 11 deletions
|
@ -49,23 +49,15 @@ class Apps:
|
|||
|
||||
|
||||
class OSD:
|
||||
mute = "swayosd --output-volume mute-toggle"
|
||||
mute = "volumectl %"
|
||||
vol_up = "volumectl -u up"
|
||||
vol_down = "volumectl -u down"
|
||||
# vol_up = "pactl set-sink-volume @DEFAULT_SINK@ +5% && notify-send \"Audio Volume\" \"$(pactl get-sink-volume @DEFAULT_SINK@ | cut -d' ' -f 6)\""
|
||||
# vol_down = "pactl set-sink-volume @DEFAULT_SINK@ -5% && notify-send \"Audio Volume\" \"$(pactl get-sink-volume @DEFAULT_SINK@ | cut -d' ' -f 6)\""
|
||||
# vol_up = "swayosd --output-volume raise"
|
||||
# vol_down = "swayosd --output-volume lower"
|
||||
next = "playerctl next"
|
||||
prev = "playerctl previous"
|
||||
stop = "playerctl stop"
|
||||
play = "playerctl play-pause"
|
||||
brightup = "lightctl up"
|
||||
brightdown = "lightctl down"
|
||||
# brightup = "brightnessctl +5%"
|
||||
# brightdown = "brightnessctl -5%"
|
||||
# brightup = "swayosd --brightness raise"
|
||||
# brightdown = "swayosd --brightness lower"
|
||||
|
||||
|
||||
keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue