diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 978855d..5bf4ec2 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -45,14 +45,14 @@ keys = [ Key([mod, "shift"], "k", lazy.layout.grow_up()), Key([mod, "shift", "control"], "0", lazy.layout.normalize()), # app binds - Key([mod], "Return", lazy.spawn("wezterm")), + Key([mod], "Return", lazy.spawn("sh -c 'BROWSER=firefox-bin st'")), Key([mod], "space", lazy.spawncmd()), 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 || wezterm start --class mutt -e 'neomutt''")), + Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || BROWSER=firefox-bin 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 wezterm start --always-new-process'")), + Key([mod, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work BROWSER=workfx st'")), Key([mod, "control"], "a", lazy.spawn("selector-audio")), Key([mod, "control"], "b", lazy.spawn("selector-bluetooth")), # WM control