Closed lopis closed 6 years ago
I didn't know where to share this. This is for the i3 windows manager. It opens a small prompt where the user can type some text, then press Enter, and have the emojified text copied to their clipboard.
bindsym $mod+shift+e exec i3-input -P 'emojify:' -F "exec emojify %s | tr -d '\n' | xclip -selection clipboard"
I think you can add a bullet point in readme in related section that links here
I didn't know where to share this. This is for the i3 windows manager. It opens a small prompt where the user can type some text, then press Enter, and have the emojified text copied to their clipboard.