From 8675dccdebfa9e61ac23b036a3720691e6f5509e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 12 Sep 2025 22:00:02 -0700 Subject: [PATCH] New backup 2025-09-12 22:00:02 --- de/home/.config/sway/scripts/emoji-keyboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/home/.config/sway/scripts/emoji-keyboard.sh b/de/home/.config/sway/scripts/emoji-keyboard.sh index 350c177..fbea440 100755 --- a/de/home/.config/sway/scripts/emoji-keyboard.sh +++ b/de/home/.config/sway/scripts/emoji-keyboard.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cb="$(wl-paste)" -e=$(worf --show emoji --text-output-mode none --emoji-hide-string true --columns 6 --content-halign=center --width 550 --style "${HOME}/.config/worf/emoji.css") +e=$(worf --show emoji --text-output-mode StandardOutput --emoji-hide-string true --columns 6 --content-halign=center --width 550 --style "${HOME}/.config/worf/emoji.css") if [[ -z "${e}" ]];then echo "no emoji selected" wl-copy "${cb}"