diff options
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 |
