mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-05 17:52:59 +01:00
i3: notify when Play-Pause is pressed
This commit is contained in:
parent
fbf3836bb4
commit
633936cd58
@ -201,7 +201,7 @@ bindsym $mod+g exec --no-startup-id rofi -show window
|
|||||||
bindsym XF86Calculator exec --no-startup-id galculator
|
bindsym XF86Calculator exec --no-startup-id galculator
|
||||||
|
|
||||||
# Media keys
|
# Media keys
|
||||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && notify-send -t 500 "Play-Pause pressed"
|
||||||
# Volume keys NOTE: won't work if nothing is playing (which I consider an improvement
|
# Volume keys NOTE: won't work if nothing is playing (which I consider an improvement
|
||||||
# over randomly stopping working as I enable and disable audio devices).
|
# over randomly stopping working as I enable and disable audio devices).
|
||||||
#set $sink $(pactl list short sinks | grep RUNNING | cut -f1)
|
#set $sink $(pactl list short sinks | grep RUNNING | cut -f1)
|
||||||
|
Loading…
Reference in New Issue
Block a user