From 330830deaa680b147541bfdee60f5260d92521da Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 11 Jul 2024 09:55:24 -0500 Subject: cas: Set cursor size and hyprcursor theme On cas, I'm using a size 42 cursor. Also, I set the hyprcursor theme to be named the same as the xcursor theme, BreezeX-Black. --- hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index ea092d3..4fdaeb8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -27,10 +27,10 @@ exec-once = mpd #{{{ env # Environment variables set at launch -env = HYPRCURSOR_THEME, BreezeHypr -env = HYPRCURSOR_SIZE, 24 +env = HYPRCURSOR_THEME, BreezeX-Black +env = HYPRCURSOR_SIZE, 42 env = XCURSOR_THEME, BreezeX-Black -env = XCURSOR_SIZE, 24 +env = XCURSOR_SIZE, 42 #}}} # Source a file (multi-file configs) -- cgit v1.2.3