endeavouros-team / endeavouros-i3wm-setup

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

Fixed playerctl pause and play not working #118

Closed CoutHi closed 3 months ago

CoutHi commented 3 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.