edited the line
bindsym XF86AudioPlay exec --no-startup-id playerctl play
to be:
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
And deleted the variant of the first line with pause entirely.
This is my first pull request ever, sorry for any hiccups.
edited the line bindsym XF86AudioPlay exec --no-startup-id playerctl play to be: bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause And deleted the variant of the first line with pause entirely. This is my first pull request ever, sorry for any hiccups.