From bda8f85445de9f43a8e6e2cc7a01ce82805d7d2e Mon Sep 17 00:00:00 2001 From: biscuit Date: Thu, 15 May 2025 14:23:19 -0500 Subject: [PATCH] added cursor --- packages/hyprland/custom/autostart.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/hyprland/custom/autostart.conf b/packages/hyprland/custom/autostart.conf index 25ad1d6..94d5314 100644 --- a/packages/hyprland/custom/autostart.conf +++ b/packages/hyprland/custom/autostart.conf @@ -6,7 +6,9 @@ # Or execute your favorite apps at launch like this: $terminal = kitty $bar = ags run +$cursor = Bibata-Modern-Ice exec-once = $terminal -# exec-once = $bar +exec-once = hyprctl setcursor $cursor 24 +exec-once = $bar