| 1 | # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ |
| 2 | # ┃ Input Configuration ┃ |
| 3 | # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ |
| 4 | |
| 5 | # Input wiki https://wiki.hyprland.org/Configuring/Variables/#input |
| 6 | |
| 7 | input { |
| 8 | follow_mouse = 2 # 0|1|2|3 |
| 9 | float_switch_override_focus = 2 |
| 10 | } |
| 11 |