sway/media.conf: add +Shift+b for blueman-manager

Resolves: monologue at Matrix
This commit is contained in:
Aminda Suomalainen 2022-05-23 14:37:22 +03:00
parent 8feb7627ab
commit bb78bd2b2f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ exec --no-startup-id pasystray --notify-all
# win-shift-a for audio device configuration tab
bindsym $mod+Shift+a exec pavucontrol -t 5
# win-shift-b for bluetooth configuration (headset, speakers make it seem
# logical here)
bindsym $mod+Shift+b exec blueman-manager
# Media keys
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && notify-send -t 500 "Play-Pause pressed"