diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-18 10:27:25 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-18 10:27:25 +0900 |
| commit | 9c1e2162bc5499839e014756af1c8832bc9d53ec (patch) | |
| tree | d767bfc79ed5b84839eef3e439d464e1c4e4fd40 /config | |
| parent | 43a9f422a30da051ea39f329a7c271426cc9776d (diff) | |
updated passthrough keybinds
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 177861c1..43afa890 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -177,8 +177,8 @@ bind = $mainMod SHIFT, Print, exec, $screenshot --area bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f - # If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM -bind = CTRL SHIFT, P, submap, passthru +bind = $mainMod ALT, P, submap, passthru submap = passthru # to unbind -bind = CTRL SHIFT, Escape, submap, reset +bind = $mainMod ALT, P, submap, reset submap = reset
\ No newline at end of file |
