From 54ce9a20bc9c2cbfd66c210b7f39799c41b1402d Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 21 May 2023 13:36:26 +0200 Subject: [PATCH] Switch to wezterm. --- _desktop/neofetch/config.conf | 4 ++-- _desktop/qtile/config.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_desktop/neofetch/config.conf b/_desktop/neofetch/config.conf index d32837d..2efca51 100644 --- a/_desktop/neofetch/config.conf +++ b/_desktop/neofetch/config.conf @@ -35,8 +35,8 @@ cpu_brand="off" refresh_rate="on" bold="off" block_width=4 -image_backend="ascii" -image_source="/f/.local/share/gentoo.png" +image_backend="iterm2" +image_source="/f/.config/neofetch/gentoo.png" image_loop="off" image_size="310px" gap=2 diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 5bf4ec2..978855d 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("sh -c 'BROWSER=firefox-bin st'")), + Key([mod], "Return", lazy.spawn("wezterm")), 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 || BROWSER=firefox-bin st -n mutt -e neomutt'")), + Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || wezterm start --class 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, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work wezterm start --always-new-process'")), Key([mod, "control"], "a", lazy.spawn("selector-audio")), Key([mod, "control"], "b", lazy.spawn("selector-bluetooth")), # WM control