From b08fd196b397bbddc839c14933ef16cc71be7cef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 8 Sep 2024 13:49:23 +0200 Subject: Hyprland: Add binding for emacsclient --- .config/hypr/hyprland.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to '.config/hypr/hyprland.conf.in') 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) -- cgit v1.2.3