From fbdfe304a8f4683f725308fbde8c8f483821ee13 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 26 Feb 2024 22:47:09 -0600 Subject: [PATCH] refactor(hypr): use Neovide as default term app thru Neovim --- dots/.config/hypr/wm/bindings.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/hypr/wm/bindings.conf b/dots/.config/hypr/wm/bindings.conf index 788f20ec..b774dfb6 100644 --- a/dots/.config/hypr/wm/bindings.conf +++ b/dots/.config/hypr/wm/bindings.conf @@ -58,7 +58,8 @@ bind = ,escape,submap,reset 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,wezterm +bind = SUPER,RETURN,exec,neovide -- -c "term" bind = SUPERCTRLSHIFT,R,exec,hyprctl reload bind = SUPER,SPACE,exec,wofi --show drun bind = SUPER,F,fullscreen