From 8329b06f74b02452675fbe3e7872345aa9673902 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 23 Feb 2024 16:58:19 +0330 Subject: [PATCH] chore: mouse cursor set on start removed --- hyprland/.config/hypr/conf/cursor.conf | 1 - hyprland/.config/hypr/hyprland.conf | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 hyprland/.config/hypr/conf/cursor.conf diff --git a/hyprland/.config/hypr/conf/cursor.conf b/hyprland/.config/hypr/conf/cursor.conf deleted file mode 100644 index b3b3493..0000000 --- a/hyprland/.config/hypr/conf/cursor.conf +++ /dev/null @@ -1 +0,0 @@ -exec-once = hyprctl setcursor Bibata-Modern-Ice 24 diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 3dd778a..0545961 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -12,11 +12,6 @@ # ----------------------------------------------------- source = ~/.config/hypr/conf/environment.conf -# ----------------------------------------------------- -# Mouse Cursor -# ----------------------------------------------------- -source = ~/.config/hypr/conf/cursor.conf - # ----------------------------------------------------- # Autostart # -----------------------------------------------------