diff options
Diffstat (limited to 'dot_config/sway/executable_emoji-wofi.sh')
| -rw-r--r-- | dot_config/sway/executable_emoji-wofi.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_config/sway/executable_emoji-wofi.sh b/dot_config/sway/executable_emoji-wofi.sh new file mode 100644 index 0000000..0633401 --- /dev/null +++ b/dot_config/sway/executable_emoji-wofi.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Bemoji picker backend: filter out skin-tone variants +# (U+1F3FB..U+1F3FF) before handing the emoji list to wofi. +set -eu + +LC_ALL=C.UTF-8 grep -vP '[\x{1F3FB}-\x{1F3FF}]' \ + | wofi --dmenu --prompt Emoji --style "$HOME/.config/wofi/style.css" |
