diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 3f64fcf..1979a06 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -50,7 +50,7 @@ keys = [ Key([mod], "a", lazy.spawn("authenticator")), Key([mod], "e", lazy.spawn("selector-chars")), Key([mod], "i", lazy.spawn("scrot -f -s 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'")), - Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || BROWSER=firefoxn st -n mutt -e neomutt'")), + Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || BROWSER=firefox st -n mutt -e neomutt'")), Key([mod, "shift"], "i", lazy.spawn("scrot -f 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'")), Key([mod, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work BROWSER=workfx st'")), Key([mod, "control"], "a", lazy.spawn("selector-audio")),