diff options
author | awy <awy@awy.one> | 2024-11-15 13:10:58 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-15 13:10:58 +0300 |
commit | 9ba61cd5b4e6d38624ace623fa113babecf3eb17 (patch) | |
tree | 491a6091960d5fdf1bb89d4f48750d9a781501d0 /.config/hypr/hyprland.conf | |
parent | b6247234e2e5003311936a62d7f65bb93eabd45e (diff) |
disable cursor warp
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6007d92..0955865 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -126,6 +126,8 @@ cursor { no_hardware_cursors = true enable_hyprcursor = true sync_gsettings_theme = true + no_warps = true + inactive_timeout = 15 } gestures { |