Back on st.
This commit is contained in:
parent
ebed1216f5
commit
2843cc0364
1 changed files with 3 additions and 3 deletions
|
@ -45,14 +45,14 @@ keys = [
|
||||||
Key([mod, "shift"], "k", lazy.layout.grow_up()),
|
Key([mod, "shift"], "k", lazy.layout.grow_up()),
|
||||||
Key([mod, "shift", "control"], "0", lazy.layout.normalize()),
|
Key([mod, "shift", "control"], "0", lazy.layout.normalize()),
|
||||||
# app binds
|
# 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], "space", lazy.spawncmd()),
|
||||||
Key([mod], "a", lazy.spawn("authenticator")),
|
Key([mod], "a", lazy.spawn("authenticator")),
|
||||||
Key([mod], "e", lazy.spawn("selector-chars")),
|
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], "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"], "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"], "a", lazy.spawn("selector-audio")),
|
||||||
Key([mod, "control"], "b", lazy.spawn("selector-bluetooth")),
|
Key([mod, "control"], "b", lazy.spawn("selector-bluetooth")),
|
||||||
# WM control
|
# WM control
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue