summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-05 13:43:06 -0500
committerzachir <zachir@librem.one>2024-06-05 13:43:06 -0500
commitcc58773d906978509a5e7bf3615c7030fc960cfb (patch)
tree04857c108c83c6da44fa8b51f4c28ae9aa9c015f /hypr/hyprland.conf
parentc8ba8592ff99da5463e54cd3e90e0a0b8a8e7a38 (diff)
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.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf8
1 files 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)