diff options
author | zachir <zachir@librem.one> | 2024-07-20 11:13:23 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-20 11:13:23 -0500 |
commit | 72438dab749e903df2b7427918ca83f0a836dbe8 (patch) | |
tree | 895a98f206f97f587811de2c1d2229d48f0c3c51 /hypr | |
parent | 0dc0fdfed34d9c8722651b7e057bfe14bb266862 (diff) | |
parent | d0c37b0eb7f2e3343aa504a4fe4c4c38692293bc (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr')
-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 881fd6a..2b584bf 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -86,7 +86,12 @@ general { col.active_border = rgba(198844ee) col.inactive_border = rgba(1b1d1cee) layout = master - no_cursor_warps = false +} +#}}} + +#{{{ cursor +cursor { + no_warps = false } #}}} @@ -151,7 +156,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 |