[qtile] Added a few Emacs shortcurs
Eshell, mu4e, and elfeed using emacsclient (es)
This commit is contained in:
parent
021dc3879f
commit
e664aec133
1 changed files with 3 additions and 0 deletions
|
@ -61,8 +61,11 @@ keys = [
|
|||
Key([mod], "Return", lazy.spawn("es")), # es = emacsclient
|
||||
Key([mod], "t", lazy.spawn("alacritty -e /usr/bin/fish")),
|
||||
Key([mod, "shift"], "t", lazy.spawn("alacritty")),
|
||||
Key([mod, "control"], "t", lazy.spawn("es -e '(eshell)'")),
|
||||
Key([mod], "b", lazy.spawn("nyxt")),
|
||||
Key([mod, "shift"], "b", lazy.spawn("firefox-developer-edition")),
|
||||
Key([mod, "control"], "m", lazy.spawn("es -e '(mu4e)'")),
|
||||
Key([mod, "control"], "e", lazy.spawn("es -e '(bjm/elfeed-load-db-and-open)'")),
|
||||
|
||||
# Toggle between different layouts as defined below
|
||||
Key([mod], "Tab", lazy.next_layout()),
|
||||
|
|
Loading…
Reference in a new issue