aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway/executable_emoji-picker.sh
blob: 2a182834096d1dac22734e96066303a1128a5755 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Bemoji wrapper: drop skin-tone variants (U+1F3FB..U+1F3FF) so the
# picker isn't cluttered with five copies of every people-emoji.
# Bemoji pipes its emoji list to whatever BEMOJI_PICKER_CMD evaluates
# to, so we point it at our small filter script.
set -eu

export BEMOJI_PICKER_CMD="$HOME/.config/sway/emoji-wofi.sh"
exec bemoji -tc "$@"