diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 63ac7be..1edcb6b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -54,7 +54,10 @@ general { } cursor { - no_hardware_cursors = 0 + no_hardware_cursors = false + no_warps = false + persistent_warps = true + warp_on_change_workspace = true } windowrulev2 = noshadow, floating:0 |
