summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-20 23:47:18 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-20 23:47:18 +0200
commit0188aa5382192e517869353471f008cb72cd6b1a (patch)
treee9c0ad932b42b77f40a8f33bed605df322bd5369 /.config
parent724b037231adfd9539493642bb00dcb3f3c9fe2b (diff)
Hyprland: Don’t launch foot for ec
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf.in2
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)