Skip to content
New issue

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

Readme updated with a less conflicting urxvt script #11

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

97-109-107
Copy link

I ran into trouble when having the following scripts in my urxvt config:
*URxvt.perl-ext-common: default,matcher,font-size,vtwheel,keyboard-select,clipboard,urxvt-colors-switch

I know nothing about perl, but when I activated any of my other plugins, cycle-colors fired too. Upon inspection, I saw that other plugins share the following structure:

if ($cmd eq '**command_name**') {
    **execute the action**
}

This solved my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants