chore: mouse cursor

This commit is contained in:
hesam-init 2024-03-30 20:35:02 +03:30
parent 06cacaf368
commit 86403ecf2d
2 changed files with 6 additions and 2 deletions

View file

@ -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 # exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & # dont sleep if playing minecraft, else nvidia will fuck up
# cursor : # cursor :
exec-once = hyprctl setcursor Bibata-Modern-Ice # exec-once = hyprctl setcursor Bibata-Modern-Ice

View file

@ -10,8 +10,12 @@
# ----------------------------------------------------- # -----------------------------------------------------
# Environments # 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 = QT_QPA_PLATFORM,wayland
# env = WLR_DRM_NO_ATOMIC,1 # env = WLR_DRM_NO_ATOMIC,1
$SCRIPT_PATH = ~/.config/hypr/scripts $SCRIPT_PATH = ~/.config/hypr/scripts