From cc58773d906978509a5e7bf3615c7030fc960cfb Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 5 Jun 2024 13:43:06 -0500 Subject: cas: resize cursor theme Both hyprcursor and xcursor will use size 24 on cas; again, what works for a 24 inch monitor doesn't always work for a 12 inch laptop. --- hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 353b968..482cc31 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -26,10 +26,10 @@ exec-once = mpd #{{{ env # Environment variables set at launch -env = HYPRCURSOR_THEME,BreezeHypr -env = HYPRCURSOR_SIZE,32 -env = XCURSOR_THEME,BreezeX-Black -env = XCURSOR_SIZE,32 +env = HYPRCURSOR_THEME, BreezeHypr +env = HYPRCURSOR_SIZE, 24 +env = XCURSOR_THEME, BreezeX-Black +env = XCURSOR_SIZE, 24 #}}} # Source a file (multi-file configs) -- cgit v1.2.3