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

Fix sxhkd-keybinds when no comments are above the keybind #6

Open
SIMULATAN opened this issue Oct 12, 2022 · 0 comments
Open

Fix sxhkd-keybinds when no comments are above the keybind #6

SIMULATAN opened this issue Oct 12, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SIMULATAN
Copy link
Owner

Currently, the sxhkd-keybinds script only works with keybinds in the form:

# does things
super + p
	notify-send "Hey, I'm doing something!"

but not if you leave out the comment like this:

super + p
	notify-send "Hey, I'm doing something!"

This change requires knowledge with AWK (which I currently lack), and thus, I'd be grateful if someone could help me with this issue.

@SIMULATAN SIMULATAN added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant