Merge 31ee9d03148c911279e44d5ba55ebb451fd28730 into eb1e4357faa3a49e588d6f32df645666b4e3c669

This commit is contained in:
HelionSmoker 2023-01-29 09:08:46 +02:00 committed by GitHub
commit d4ae0ae625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3087 additions and 3087 deletions

View File

@ -3,7 +3,7 @@
# The famous "get a menu of emojis to copy" script.
# Get user selection via dmenu from emoji file.
chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | dmenu -i -l 30 | sed "s/ .*//")
chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | dmenu -i -l 30 | sed "s/,.*//")
# Exit if none chosen.
[ -z "$chosen" ] && exit

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff