diff options
author | zachir <zachir@librem.one> | 2024-07-11 09:46:39 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-11 09:46:39 -0500 |
commit | 25e20b7eb83cdf57096e9cebc952b548e67fa5fa (patch) | |
tree | cefe2aaffe200206150213fbfa4c0424fd0d1334 /hypr | |
parent | 22cc3518826b714d54535abb0480b8699d720d53 (diff) | |
parent | d0c37b0eb7f2e3343aa504a4fe4c4c38692293bc (diff) |
Merge branch 'master' into cas
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 bd3edab..ea092d3 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 |