From 38fd1956736f6c53cb04c344224132aded89fad0 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 21 Jun 2026 13:10:50 -0400 Subject: [PATCH] update: make cursor larger on laptop --- lua/conf/cursor.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/conf/cursor.lua b/lua/conf/cursor.lua index 47542f1..e984bce 100644 --- a/lua/conf/cursor.lua +++ b/lua/conf/cursor.lua @@ -1,9 +1,13 @@ local M = {} local utils = require("lua.lib.utils") +local settings = require("lua.lib.settings") require("lua.lib.globals") M.cursor = "Vimix-Hyprcursor" M.size = 32 +if settings["profile"] == "laptop" then + M.size = 36 +end function M.fetch_Vimix_hyprcursor() if M.cursor == "Vimix-Hyprcursor" then