From 86403ecf2d685b144e8fbc359f0b9893a2058cd7 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 30 Mar 2024 20:35:02 +0330 Subject: [PATCH] chore: mouse cursor --- configs/hyprland/hypr/conf/autostart.conf | 2 +- configs/hyprland/hypr/hyprland.conf | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/hyprland/hypr/conf/autostart.conf b/configs/hyprland/hypr/conf/autostart.conf index c0652c2..e1ffea4 100644 --- a/configs/hyprland/hypr/conf/autostart.conf +++ b/configs/hyprland/hypr/conf/autostart.conf @@ -20,4 +20,4 @@ exec-once = ~/.config/hypr/scripts/dunst-launch.sh & # exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & # dont sleep if playing minecraft, else nvidia will fuck up # cursor : -exec-once = hyprctl setcursor Bibata-Modern-Ice \ No newline at end of file +# exec-once = hyprctl setcursor Bibata-Modern-Ice \ No newline at end of file diff --git a/configs/hyprland/hypr/hyprland.conf b/configs/hyprland/hypr/hyprland.conf index 1b7237b..c1922aa 100644 --- a/configs/hyprland/hypr/hyprland.conf +++ b/configs/hyprland/hypr/hyprland.conf @@ -10,8 +10,12 @@ # ----------------------------------------------------- # Environments # ----------------------------------------------------- -env = XCURSOR_SIZE,24 +$CURSOR_SIZE = 24 +env = HYPRCURSOR_SIZE,$CURSOR_SIZE +env = XCURSOR_SIZE,$CURSOR_SIZE +env = HYPRCURSOR_THEME,Bibata-Modern-Ice env = QT_QPA_PLATFORM,wayland + # env = WLR_DRM_NO_ATOMIC,1 $SCRIPT_PATH = ~/.config/hypr/scripts