From 7d877d9efe57ac8bd3a85839c2f85e1168b6fa15 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 23 Mar 2024 22:01:31 -0500 Subject: Set hyprland to use breeze cursor and not Adwaita --- hypr/hyprland.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 41cc94e..8008bbb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,13 +20,19 @@ exec-once = pypr exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' -exec-once = import-gsettings cursor-theme 'Adwaita' +exec-once = import-gsettings cursor-theme 'Breeze' exec-once = xrdb ~/.Xresources exec-once = com.github.wwmm.easyeffects exec-once = mpd exec-once = /usr/lib/kdeconnectd #}}} +#{{{ env +# Environment variables set at launch +env = HYPRCURSOR_THEME,breeze_hyprcursor +env = HYPRCURSOR_SIZE,24 +#}}} + # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf -- cgit v1.2.3