diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-08-30 17:29:26 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-08-30 17:29:26 +0900 |
| commit | 41259e28dd80c7863eb56445ec4bf4cfdba308f1 (patch) | |
| tree | 6160860e5f8ba1c253fbffac7f2ffec6f9766d6d /config/hypr/UserConfigs/UserSettings.conf | |
| parent | 0409f67c0a1d0ef2cce69df6536ecb69ad7b7466 (diff) | |
disabled cursor warps as it causes minor annoying. ie, file picker for thunderbird, cursor jumps to eDP-1
Diffstat (limited to 'config/hypr/UserConfigs/UserSettings.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 950373f8..7d3645bc 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -129,5 +129,6 @@ render { cursor { no_hardware_cursors = false enable_hyprcursor = true - warp_on_change_workspace = true + warp_on_change_workspace = true + no_warps = true } |
