From 53b5c6f41f9139c67eb347b5f7b9c35477ab6650 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 8 Nov 2025 17:09:47 -0500 Subject: emacs scripts and vterm improvements --- .config/hypr/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index b54e546..388b2a6 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -2,7 +2,7 @@ $mainMod = SUPER # used programs -$terminal = emacsclient -c --eval "(vterm)" +$terminal = emacsclient -c -s main --eval "(my/switch-to-master-vterm)" $browser = firefox $menu = swenu-run -oi $appMenu = swenu-run -coil 10 @@ -22,7 +22,7 @@ bind = $mainMod SHIFT, Q, exit, bind = $mainMod CONTROLALT SHIFT, L, exec, xdg-open https://linkedin.com bind = $mainMod, A, exec, $terminal bind = $mainMod, W, exec, $browser -bind = $mainMod, E, exec, emacsclient -c +bind = $mainMod, E, exec, launchemacs bind = $mainMod CTRL, P, exec, hyprpicker -a bind = $mainMod, L, exec, simlock bind = $mainMod, K, exec, $terminal -e htop -- cgit v1.2.3