diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-21 13:23:02 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-21 13:23:02 +0900 |
| commit | 5855cc0289b276a44204f3fd69a3122a5b0c2471 (patch) | |
| tree | 0fa66a1239395df52a9bddac362d2d9c3f466031 | |
| parent | 38817fdd278ac8d58b373ef7834e45fad26b6285 (diff) | |
added a passthru keybind
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index b83b258f..c072b4d7 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -172,4 +172,9 @@ bind = $mainMod SHIFT, Print, exec, $screenshot --area # screenshot with swappy (another screenshot tool) 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 +submap = passthru +# to unbind +bind = CTRL SHIFT, Escape, submap, reset +submap = reset
\ No newline at end of file |
