We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've set my MPRIS module to run a custom script on middle click with this:
"on-middle-click": "~/.local/bin/script" & "on-middle-click": "sh ~/.local/bin/script"
"on-middle-click": "~/.local/bin/script"
"on-middle-click": "sh ~/.local/bin/script"
but neither of them are calling the script.
is there something i'm doing wrong?
The text was updated successfully, but these errors were encountered:
Same here. I'm used to doing things with middle, right, scroll up/down, was nearly a dealbreaker until I found https://gitlab.com/somini/dotfiles/-/blob/master/bin/playerctl-waybar Not perfect, but good enough for me.
Sorry, something went wrong.
I read the source code and the doc is broken. You should use on-click-middle and on-click-right instead of on-middle-click and on-right-click
on-click-middle
on-click-right
on-middle-click
on-right-click
docs were fixed in #2560
No branches or pull requests
I've set my MPRIS module to run a custom script on middle click with this:
"on-middle-click": "~/.local/bin/script"
&
"on-middle-click": "sh ~/.local/bin/script"
but neither of them are calling the script.
is there something i'm doing wrong?
The text was updated successfully, but these errors were encountered: