From 296a6f1f95d708dac9f9933c38c1c8ac98f8d0da Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 19 Aug 2025 15:45:03 -0700 Subject: [PATCH] New backup 2025-08-19 15:45:03 --- de/home/.config/katerc | 4 ++-- de/home/.config/sway/scripts/emoji-keyboard.sh | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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}"