New backup 2025-08-19 15:30:03
This commit is contained in:
parent
07d7b156a8
commit
57f05f695c
3 changed files with 11 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
9
de/home/.config/sway/scripts/emoji-keyboard.sh
Executable file
9
de/home/.config/sway/scripts/emoji-keyboard.sh
Executable 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}"
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
worf --show emoji --emoji-stdout true --emoji-hide-string true --columns 4 --content-halign=center
|
Loading…
Add table
Reference in a new issue