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