diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-08 17:09:47 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-08 17:09:47 -0500 |
| commit | 53b5c6f41f9139c67eb347b5f7b9c35477ab6650 (patch) | |
| tree | a995f1bc06ca57fe113b8dcd71b6fdae4b7aa1a9 /.config/hypr | |
| parent | a1995974779801c8743076479b04d6f11a94e836 (diff) | |
emacs scripts and vterm improvements
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/binds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
