bin: Add emoji selector shortcut
This commit is contained in:
parent
3501aa966a
commit
9f34a86a85
1 changed files with 5 additions and 0 deletions
5
bin/emoji
Executable file
5
bin/emoji
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
exec rofi -modes emoji -show emoji -emoji-mode copy
|
||||||
Loading…
Reference in a new issue