diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-03 22:45:17 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-03 22:45:17 +0200 |
commit | bb98628b31f5dc20c047ee004144c5fa44d02b24 (patch) | |
tree | 1a2e9aee14cebe73e07795ec2565d536edce715e /.config/hypr | |
parent | b69f2d8214ddd3ebe5ae70c34d118ee2808b438c (diff) |
Hyprland: Use aerc for email instead of mu4e
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 73666db..e9514c5 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -83,7 +83,7 @@ bind = $modkey, W, exec, exec firefox bind = $modkey, return, exec, exec foot bind = $modkey, F, fullscreen, 0 bind = $modkey, C, exec, exec ec 2>/dev/null -bind = $modkey, M, exec, emacsclient -c -e '(mu4e)' +bind = $modkey, M, exec, exec foot aerc bind = $modkey SHIFT, F, togglefloating bind = $modkey, X, exec, exec chkb 2>/dev/null |