From e721331a932d3c7f8b953a46266e8ee0ecb4ea84 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 9 Nov 2023 00:17:29 +0100 Subject: [PATCH] Let's move to standalone foot instances. --- _gui/_configs/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gui/_configs/qtile/config.py b/_gui/_configs/qtile/config.py index 0d32068..d6af808 100644 --- a/_gui/_configs/qtile/config.py +++ b/_gui/_configs/qtile/config.py @@ -62,12 +62,12 @@ keys = [ Key([mod, "shift"], "k", lazy.layout.grow_up()), Key([mod, "shift", "control"], "0", lazy.layout.normalize()), # app binds - Key([mod], "Return", lazy.spawn("footclient")), + Key([mod], "Return", lazy.spawn("foot")), Key([mod], "space", lazy.spawncmd()), Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")), Key([mod], "e", lazy.spawn("selector-chars")), 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], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || foot -a mutt -o bold-text-in-bright=yes neomutt'")), Key([mod, "shift"], "i", lazy.spawn("grim")), Key([mod, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work foot -o url.launch=workfx\ \${url}'")), Key([mod, "control"], "a", lazy.spawn("selector-audio")),