From 4088b43554b7f9d5d01185aa6870d6f61520ab49 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 16 Oct 2023 01:06:00 +0200 Subject: [PATCH] Revoke change made by mistake. --- _gui/_configs/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'")),