Center patch for dmenu.

This commit is contained in:
Bartek Stalewski 2021-10-20 10:20:38 +02:00
parent e05070759f
commit 32c401e9ae
12 changed files with 958 additions and 20 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -l 30 -i -p emoji | sed "s/ .*//")
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -c -l 30 -i | sed "s/ .*//")
[ -z "$chosen" ] && exit
if [ -n "$1" ]; then