From bf87589585795f83572afcac39d9a082bbb0d094 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 21 Feb 2024 01:17:55 +0000 Subject: [PATCH] rofimoji: an rofi based utf8/emoji selector --- Makefile | 4 ++++ rofimoji.rc | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 rofimoji.rc diff --git a/Makefile b/Makefile index fb25376..7e69147 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,10 @@ rofi: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: rofi +rofimoji: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@.rc $(XDG_CONFIG_HOME)/$@.rc +.PHONY: rofimoji + ssh: ln -sfT $(APATH)/ssh/config ~/.ssh/config .PHONY: ssh diff --git a/rofimoji.rc b/rofimoji.rc new file mode 100644 index 0000000..7f935b8 --- /dev/null +++ b/rofimoji.rc @@ -0,0 +1,2 @@ +# there are more to add still +files = [emojis, *latin*, greek*, general_punctuation, chess_symbols, currency_symbols, control_pictures, dingbats, emoticons, *alphanumeric*, miscellaneous*, ornamental_dingbats, playing_cards, mathematical*, supplemental_math*] -- 2.48.1