big changes boi

This commit is contained in:
2025-08-16 11:35:38 -07:00
parent 4b9f500923
commit 6936354b97
15 changed files with 143 additions and 15 deletions

11
.local/bin/emoji_insert.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
EMOJIS_DIR="$HOME/.local/share/chars"
LAUNCHER="$HOME/.config/rofi/launchers.d/rofi_launcher_emoji.sh"
sel="$(cat "$EMOJIS_DIR"/emojis |
"$LAUNCHER" |
awk '{print $1}')"
[ -n "${sel:-}" ] && exec wtype "$sel"