update readme

This commit is contained in:
Reese Sapphire 2022-10-04 14:47:06 -05:00 committed by j3s
parent d3fe8bed87
commit 17d5a77aab

10
README
View file

@ -3,7 +3,7 @@ shomji 💀
j3s's simple little shell-based emoji picker j3s's simple little shell-based emoji picker
$ shmoji -h $ shmoji -h
usage: [download | bemenu | fzf] usage: [download | bemenu | rofi | fzf]
examples: examples:
# download emojis # download emojis
@ -12,13 +12,19 @@ examples:
# launch shmoji with bemenu # launch shmoji with bemenu
shmoji bemenu shmoji bemenu
# launch shmoji with rofi
shmoji rofi
# launch shmoji with fzf # launch shmoji with fzf
shmoji fzf shmoji fzf
how do i use this in... how do i use this in...
sway/i3: sway:
bindsym $mod+Shift+o exec --no-startup-id shmoji bemenu bindsym $mod+Shift+o exec --no-startup-id shmoji bemenu
i3:
bindsym $mod+Shift+o exec --no-startup-id shmoji rofi
shell: shell:
shmoji fzf shmoji fzf