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")),