diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:47:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:47:18 +0200 |
commit | 0188aa5382192e517869353471f008cb72cd6b1a (patch) | |
tree | e9c0ad932b42b77f40a8f33bed605df322bd5369 | |
parent | 724b037231adfd9539493642bb00dcb3f3c9fe2b (diff) |
Hyprland: Don’t launch foot for ec
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index fa14a93..de1856f 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -91,7 +91,7 @@ bind = $modkey, Q, killactive bind = $modkey SHIFT, F, togglefloating # Global programs -__bind(C, foot ec) +__bind(C, ec) __bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) |