diff options
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 8 |
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) |