New backup 2025-08-19 15:30:03

This commit is contained in:
Penelope Gwen 2025-08-19 15:30:03 -07:00
parent 07d7b156a8
commit 57f05f695c
3 changed files with 11 additions and 3 deletions

View file

@ -40,4 +40,6 @@ bindsym {
$mod+shift+m exec stickynotes
#gocryptfs
$mod+shift+g exec gocryptfs-wofi
#emoji
$mod+e exec "$HOME/.config/sway/scripts/emoji-keyboard.sh"
}

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
e=$(worf --show emoji --emoji-stdout true --emoji-hide-string true --columns 4 --content-halign=center --width 600 --style "${HOME}/.config/worf/emoji.css")
if [[ -z "${e}" ]];then
echo "no emoji selected"
exit 1
fi
echo "${e}"
ydotool type "${e}"

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
worf --show emoji --emoji-stdout true --emoji-hide-string true --columns 4 --content-halign=center