Revoke change made by mistake.

This commit is contained in:
Bartek Stalewski 2023-10-16 01:06:00 +02:00
parent cdd4d041e6
commit 4088b43554

View File

@ -68,7 +68,7 @@ keys = [
# app binds
Key([mod], "Return", lazy.spawn("footclient")),
Key([mod], "space", lazy.spawncmd()),
# Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")),
Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")),
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'")),