upload dotfiles
This commit is contained in:
parent
c79eb9fc65
commit
ac383289c7
337 changed files with 3187 additions and 0 deletions
12
.local/bin/tofiunicode
Executable file
12
.local/bin/tofiunicode
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# The famous "get a menu of emojis to copy" script, ported to tofi (wayland).
|
||||
|
||||
# Get user selection via tofi from emoji file.
|
||||
chosen=$(cut -d ';' -f1 ~/.local/share/misc/chars/* | fuzzel -d | sed "s/ .*//")
|
||||
|
||||
# Exit if none chosen.
|
||||
[ -z "$chosen" ] && exit
|
||||
|
||||
printf "%s" "$chosen" | wl-copy
|
||||
notify-send "'$chosen' copied to clipboard." &
|
Loading…
Add table
Add a link
Reference in a new issue