diff --git a/config/hypr/hyprland/modal-binds/device.conf b/config/hypr/hyprland/modal-binds/device.conf index 0e1c2dd..bc7098e 100644 --- a/config/hypr/hyprland/modal-binds/device.conf +++ b/config/hypr/hyprland/modal-binds/device.conf @@ -19,6 +19,13 @@ bind = $mainMod, D, submap, device submap = device +# ── Swapescape ────────────────────────────────────────────────────── +bind = , ., exec, hyprctl keyword input:kb_options "caps:swapescape" +bind = , ., exec, submap, reset +bind = , :, exec, hyprctl keyword input:kb_options "" +bind = , :, exec, submap, reset + + # ── FPV goggles binds ─────────────────────────────────────────────── bind = CTRL, D, exec, hyprctl keyword monitor HDMI-A-1, 1280x720@60, 1920x0, 1, mirror, DP-1 && notify-send 'Set FPV goggles to mirror main screen' --app-name="Hyprctl" bind = CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1280x720@60, 3840x0, 1 && notify-send 'Set to expand FPV goggles' --app-name="Hyprctl"