diff --git a/_gui/_configs/qtile/config.py b/_gui/_configs/qtile/config.py index 5ea7526..531e3b6 100644 --- a/_gui/_configs/qtile/config.py +++ b/_gui/_configs/qtile/config.py @@ -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'")),