Stable: 2.5.2
Development: 2.6-alpha3
Download
Hello, I was wondering if there is any way to edit the i3 config file so that it can controll mocp (Such as changing tracks, pause/play) when it is running in the background.
kmws
Sun, 2017-09-03 17:09
Permalink
Shouldn't be a problem. I don't have a working i3 env at the moment, but how about, for example:
bindsym Mod3+p exec "mocp -p"
in the i3's config file?
BroX
Sat, 2018-09-29 12:12
I used to have the following in my i3 config:
This binds my media keys to mocp.
kosivantsov
Sat, 2018-11-03 16:25
Here's what I use in openbox: https://gist.github.com/kosivantsov/c4dd40ba9748b40d80f72d166bd79788
kmws
Sun, 2017-09-03 17:09
Permalink
***
Shouldn't be a problem. I don't have a working i3 env at the moment, but how about, for example:
bindsym Mod3+p exec "mocp -p"
in the i3's config file?
BroX
Sat, 2018-09-29 12:12
Permalink
I used to have the following
I used to have the following in my i3 config:
This binds my media keys to mocp.
kosivantsov
Sat, 2018-11-03 16:25
Permalink
bash script to control moc or mpris-enabled player
Here's what I use in openbox:
https://gist.github.com/kosivantsov/c4dd40ba9748b40d80f72d166bd79788