diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-08 13:49:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-08 13:49:23 +0200 |
commit | b08fd196b397bbddc839c14933ef16cc71be7cef (patch) | |
tree | 1f74d4f36eeaf72e8963f22acdf3c3133136de16 /.config/hypr | |
parent | c2cd11e59569f460f276dcad713aacfbd7d1a1a1 (diff) |
Hyprland: Add binding for emacsclient
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 055ec48..9af2fe6 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -90,6 +90,7 @@ bind = $modkey SHIFT, F, togglefloating # Global programs __bind(C, foot ec) +__bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) __bind(return, foot) |