From ae398eac24cbfb4153df91e513ec2695ffbab41c Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 24 Jul 2025 14:05:19 -0400 Subject: [PATCH] set cursors --- hypr/hyprland/env.conf | 4 ++-- hypr/hyprland/execs.conf | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland/env.conf b/hypr/hyprland/env.conf index b2cda83..b3b0423 100644 --- a/hypr/hyprland/env.conf +++ b/hypr/hyprland/env.conf @@ -29,9 +29,9 @@ env = ICON_THEME,WhiteSur-Dark env = COLOR_SCHEME,prefer-dark #Cursors -env = XCURSOR_THEME,Catppuccin-Macchiato-Dark +env = XCURSOR_THEME,Volantes Cursors env = XCURSOR_SIZE,24 -env = HYPRCURSOR_THEME,Catppuccin-Macchiato-Dark +env = HYPRCURSOR_THEME,Volantes Cursors env = HYPRCURSOR_SIZE,24 diff --git a/hypr/hyprland/execs.conf b/hypr/hyprland/execs.conf index 34abb96..7497e67 100644 --- a/hypr/hyprland/execs.conf +++ b/hypr/hyprland/execs.conf @@ -1,5 +1,3 @@ -# Set cursor -exec-once=hyprctl setcursor volantes_cursors 24 # Notification Daemon exec-once = bash ~/.config/hypr/hyprland/scripts/start-swaync.sh