Switch to wezterm.
This commit is contained in:
parent
2bb29319f1
commit
54ce9a20bc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user