From bedce6acad33e8e784fedb46f0b19d35a625d2c5 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 27 May 2024 18:11:29 +0000 Subject: [PATCH] refactor(hypr): make `neovide` use `--fork` --- users/price/dots/.config/hypr/conf/core/bindings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/price/dots/.config/hypr/conf/core/bindings.conf b/users/price/dots/.config/hypr/conf/core/bindings.conf index f0a05e10..428d7cba 100644 --- a/users/price/dots/.config/hypr/conf/core/bindings.conf +++ b/users/price/dots/.config/hypr/conf/core/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 +bind = SUPERSHIFT,RETURN,exec,neovide --fork bind = SUPERCTRLSHIFT,R,exec,hyprctl reload bind = SUPER,SPACE,exec,wofi --show drun bind = SUPER,F,fullscreen @@ -125,4 +125,4 @@ bind = SUPERCTRL,5,exec,~/.config/hypr/scripts/move-workspace-mon.bash 5 bind = SUPERCTRL,6,exec,~/.config/hypr/scripts/move-workspace-mon.bash 6 bind = SUPERCTRL,7,exec,~/.config/hypr/scripts/move-workspace-mon.bash 7 bind = SUPERCTRL,8,exec,~/.config/hypr/scripts/move-workspace-mon.bash 8 -bind = SUPERCTRL,9,exec,~/.config/hypr/scripts/move-workspace-mon.bash 9 \ No newline at end of file +bind = SUPERCTRL,9,exec,~/.config/hypr/scripts/move-workspace-mon.bash 9