From c7ce18e7edd7e61af75c4d16de83d0f099677596 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 30 Jul 2020 10:53:13 +0200 Subject: [PATCH] [qtile] updated elfeed keybinding --- qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/config.py b/qtile/config.py index e9edc1b..0cd85f2 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -65,7 +65,7 @@ keys = [ Key([mod], "b", lazy.spawn("nyxt")), Key([mod, "shift"], "b", lazy.spawn("firefox-developer-edition")), Key([mod, "control"], "m", lazy.spawn("es -e '(mu4e)'")), - Key([mod, "control"], "e", lazy.spawn("es -e '(bjm/elfeed-load-db-and-open)'")), + Key([mod, "control"], "e", lazy.spawn("es -e '(elfeed)'")), # Toggle between different layouts as defined below Key([mod], "Tab", lazy.next_layout()),