chore: mouse cursor
This commit is contained in:
parent
06cacaf368
commit
86403ecf2d
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
# exec-once = hyprctl setcursor Bibata-Modern-Ice
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue