diff options
author | Vaxry <[email protected]> | 2024-05-09 22:23:01 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-09 22:25:20 +0100 |
commit | b0861b6709c1735dc5b4275e5d87b7c83f1ef1f0 (patch) | |
tree | a23f2729d8a59994875b7cd9593d2706bf3858a1 /src/render/OpenGL.cpp | |
parent | 7cf810b1813a610e25f169ca9bb2d8ab9b967666 (diff) | |
download | Hyprland-b0861b6709c1735dc5b4275e5d87b7c83f1ef1f0.tar.gz Hyprland-b0861b6709c1735dc5b4275e5d87b7c83f1ef1f0.zip |
config: move various cursor-related vars to cursor:
Diffstat (limited to 'src/render/OpenGL.cpp')
-rw-r--r-- | src/render/OpenGL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/OpenGL.cpp b/src/render/OpenGL.cpp index 14a9dcba..a8a20f30 100644 --- a/src/render/OpenGL.cpp +++ b/src/render/OpenGL.cpp @@ -394,7 +394,7 @@ void CHyprOpenGLImpl::begin(CMonitor* pMonitor, const CRegion& damage_, CFramebu } void CHyprOpenGLImpl::end() { - static auto PZOOMRIGID = CConfigValue<Hyprlang::INT>("misc:cursor_zoom_rigid"); + static auto PZOOMRIGID = CConfigValue<Hyprlang::INT>("cursor:zoom_rigid"); TRACY_GPU_ZONE("RenderEnd"); |