No description
Find a file
Reed Wade 1edb932f44 fix a bug on picked notification file determination
If a notification body include a double whitespace, the PICKEDNOTIFFILE
computation fail to match cause we striped them when building the dmenu
choices.

To give an example, try to write this notification as

$ sxmo_notificationwrite.sh "random" \
"st -e tail -n9999 -f \"$HOME/.config/sxmo/xinit\"" \
"$HOME/.config/sxmo/xinit" \
"this body  is broken"

This patch fix this bug.

(Maintainer note: I changed the awk invocation to use tr, as suggested
by anjan)

Signed-off-by: Reed Wade <reedwade@misterbanal.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
2020-10-31 22:55:50 +01:00
configs fixed renamed alsa controls 2020-10-28 23:57:02 -04:00
programs complete revision of gestures, using new edge system 2020-10-31 13:53:46 +01:00
scripts fix a bug on picked notification file determination 2020-10-31 22:55:50 +01:00
.build.yml Add automatic shellchecks with CI 2020-10-30 12:56:04 -04:00
.gitignore Initial commit 2020-03-15 18:42:35 -05:00
LICENSE Add license 2020-06-19 18:02:09 -05:00
Makefile Add sxmo_vibratepine to programs list for Makefile 2020-09-15 19:37:33 -05:00
README.md Added button for build status 2020-10-30 13:01:15 -04:00

sxmo-utils

builds.sr.ht status

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.