diff options
author | zachir <zachir@librem.one> | 2024-07-11 09:33:12 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-11 09:39:24 -0500 |
commit | d6e44c1b0cbd2f52c1f213f4de19d7c9d8a10083 (patch) | |
tree | f3e2bb407e1a90deca06d3d37e27d6221430350b | |
parent | 899297fc07bb6560b543741aff6c8d172429b090 (diff) |
Update hypr config options for v0.41.2
Two changes, for cursor warping and spawning the new window as master.
-rw-r--r-- | hypr/hyprland.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7f33a01..74dab8d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -82,7 +82,12 @@ general { col.active_border = rgba(198844ee) col.inactive_border = rgba(1b1d1cee) layout = master - no_cursor_warps = false +} +#}}} + +#{{{ cursor +cursor { + no_warps = false } #}}} @@ -147,7 +152,7 @@ master { special_scale_factor = 0.55 mfact = 0.55 # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = false + new_status = inherit new_on_top = true no_gaps_when_only = false orientation = left |