From 414af2eb398c35e1043aa620d7d33bcaa121d4f9 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 4 Mar 2024 12:02:28 -0600 Subject: [PATCH] refactor(hypr): do not launch neovide with `term` --- dots/.config/hypr/wm/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/hypr/wm/bindings.conf b/dots/.config/hypr/wm/bindings.conf index d85df591..5c8ba9fb 100644 --- a/dots/.config/hypr/wm/bindings.conf +++ b/dots/.config/hypr/wm/bindings.conf @@ -59,7 +59,7 @@ submap = reset bind = ALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist decode | wl-copy bind = SUPER,RETURN,exec,wezterm -bind = SUPERSHIFT,RETURN,exec,neovide -- -c "term" +bind = SUPERSHIFT,RETURN,exec,neovide bind = SUPERCTRLSHIFT,R,exec,hyprctl reload bind = SUPER,SPACE,exec,wofi --show drun bind = SUPER,F,fullscreen