From: Samir Benmendil Date: Wed, 21 Feb 2024 01:17:55 +0000 (+0000) Subject: rofimoji: an rofi based utf8/emoji selector X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/bf87589585795f83572afcac39d9a082bbb0d094?ds=inline rofimoji: an rofi based utf8/emoji selector --- 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*]