diff --git a/de/home/.config/katerc b/de/home/.config/katerc index c24e5f3..875fabf 100644 --- a/de/home/.config/katerc +++ b/de/home/.config/katerc @@ -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 diff --git a/de/home/.config/sway/scripts/emoji-keyboard.sh b/de/home/.config/sway/scripts/emoji-keyboard.sh index caa6619..5bdcb10 100755 --- a/de/home/.config/sway/scripts/emoji-keyboard.sh +++ b/de/home/.config/sway/scripts/emoji-keyboard.sh @@ -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}"