From 17d5a77aab193aaf7f33fdce920632c052622afc Mon Sep 17 00:00:00 2001 From: Reese Sapphire Date: Tue, 4 Oct 2022 14:47:06 -0500 Subject: [PATCH] update readme --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 36ea834..5ebff8c 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ shomji 💀 j3s's simple little shell-based emoji picker $ shmoji -h -usage: [download | bemenu | fzf] +usage: [download | bemenu | rofi | fzf] examples: # download emojis @@ -12,13 +12,19 @@ examples: # launch shmoji with bemenu shmoji bemenu + # launch shmoji with rofi + shmoji rofi + # launch shmoji with fzf shmoji fzf how do i use this in... -sway/i3: +sway: bindsym $mod+Shift+o exec --no-startup-id shmoji bemenu +i3: + bindsym $mod+Shift+o exec --no-startup-id shmoji rofi + shell: shmoji fzf