diff options
author | zachir <zachir@librem.one> | 2024-07-11 09:55:24 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-11 09:55:24 -0500 |
commit | 330830deaa680b147541bfdee60f5260d92521da (patch) | |
tree | 6a5fb58ba9bf6b0e750d04c49967c5b409f0eed4 /hypr/hyprland.conf | |
parent | 25e20b7eb83cdf57096e9cebc952b548e67fa5fa (diff) |
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.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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) |