endeavouros-team / endeavouros-i3wm-setup

The beloved EndeavourOS default i3 (has gaps) theme and setup dotfile repo
GNU General Public License v3.0
451 stars 121 forks source link

Fixed playerctl pause and play not working #118

Closed CoutHi closed 6 months ago

CoutHi commented 6 months ago

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.