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
$ setxkbmap -query rules: evdev model: pc105 layout: it
$ ./key_layout/key_layout | sed -z 's/it\n/YES\n/;s/it/NO\n/' YES
$ ./key_layout/key_layout | sed -z 's/it\n/YES\n/;s/it/NO\n/' NO
Irrelevant.
With reference to the example above, it instead of it\n.
it
it\n
The text was updated successfully, but these errors were encountered:
My fix would be to simply append | sed 's/$/\n/' to the existing command. Tested and works for me. Gimme a go and I'll PR it.
| sed 's/$/\n/'
Sorry, something went wrong.
No branches or pull requests
Given
Expected behavior
Actual behavior
i3blocks config relevant to blocklet(s)
Irrelevant.
Output of blocklet(s) when run from command line
With reference to the example above,
it
instead ofit\n
.Output of any relevant other commands that might help diagnostics
The text was updated successfully, but these errors were encountered: