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