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

This commit is contained in:
Penelope Gwen 2025-08-19 15:45:03 -07:00
parent 57f05f695c
commit 296a6f1f95
2 changed files with 8 additions and 4 deletions

View file

@ -168,8 +168,8 @@ RunPrefix=
SetEditor=false SetEditor=false
[MainWindow] [MainWindow]
1920x1200 screen: Height=346 1920x1200 screen: Height=546
1920x1200 screen: Width=1043 1920x1200 screen: Width=512
2 screens: Height=1108 2 screens: Height=1108
2 screens: Width=1020 2 screens: Width=1020
2048x1280 screen: Height=713 2048x1280 screen: Height=713

View file

@ -1,9 +1,13 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cb="$(wl-paste)"
e=$(worf --show emoji --emoji-stdout true --emoji-hide-string true --columns 4 --content-halign=center --width 600 --style "${HOME}/.config/worf/emoji.css") 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 if [[ -z "${e}" ]];then
echo "no emoji selected" echo "no emoji selected"
wl-copy "${cb}"
exit 1 exit 1
fi fi
echo "${e}" #echo "${e}"
ydotool type "${e}" wl-copy "${e}"
ydotool key 29:1 47:1 47:0 29:0
wl-copy "${cb}"