New backup 2025-08-19 15:45:03
This commit is contained in:
parent
57f05f695c
commit
296a6f1f95
2 changed files with 8 additions and 4 deletions
|
@ -168,8 +168,8 @@ RunPrefix=
|
|||
SetEditor=false
|
||||
|
||||
[MainWindow]
|
||||
1920x1200 screen: Height=346
|
||||
1920x1200 screen: Width=1043
|
||||
1920x1200 screen: Height=546
|
||||
1920x1200 screen: Width=512
|
||||
2 screens: Height=1108
|
||||
2 screens: Width=1020
|
||||
2048x1280 screen: Height=713
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
#!/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")
|
||||
if [[ -z "${e}" ]];then
|
||||
echo "no emoji selected"
|
||||
wl-copy "${cb}"
|
||||
exit 1
|
||||
fi
|
||||
echo "${e}"
|
||||
ydotool type "${e}"
|
||||
#echo "${e}"
|
||||
wl-copy "${e}"
|
||||
ydotool key 29:1 47:1 47:0 29:0
|
||||
wl-copy "${cb}"
|
||||
|
|
Loading…
Add table
Reference in a new issue