Switch from wofi to rofi.

This commit is contained in:
Bartek Stalewski 2023-10-15 01:45:00 +02:00
parent 57468ac92c
commit 8e2e316b62
4 changed files with 6 additions and 17 deletions

View file

@ -70,7 +70,7 @@ keys = [
Key([mod], "Return", lazy.spawn("footclient")),
Key([mod], "space", lazy.spawncmd()),
Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")),
Key([mod], "e", lazy.spawn("selector-chars")),
Key([mod], "e", lazy.spawn("rofi -show emoji")),
Key([mod], "i", lazy.spawn("sh -c 'grim -g \"$(slurp)\"'")),
Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || footclient -a mutt -o bold-text-in-bright=yes neomutt'")),
Key([mod, "shift"], "i", lazy.spawn("grim")),