Skip to content

Commit

Permalink
input:off_window_axis_events values
Browse files Browse the repository at this point in the history
hyprwm/Hyprland#4177

Am I allowed to use linebreaks?
  • Loading branch information
dranull committed Apr 7, 2024
1 parent cb5bb86 commit cd6e160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ _[More about Animations](../Animations)._
| mouse_refocus | If disabled and `follow_mouse=1` then mouse focus will not switch to the hovered window unless the mouse crosses a window boundary. | bool | true |
| float_switch_override_focus | If enabled (1 or 2), focus will change to the window under the cursor when changing from tiled-to-floating and vice versa. If 2, focus will also follow mouse on float-to-float switches. | int | 1 |
| special_fallthrough | if enabled, having only floating windows in the special workspace will not block focusing windows in the regular workspace. | bool | false |
| off_window_axis_events | Handles axis events around (gaps/border for tiled, dragarea/border for floated) a focused window.<br>`0` ignores axis events<br>`1` sends out-of-bound coordinates<br>`2` fakes pointer coordinates to the closest point inside the window<br>`3` warps the cursor to the closest point inside the window | int | 1 |

{{< callout type=info >}}

Expand Down

0 comments on commit cd6e160

Please sign in to comment.