fix cursor for minecraft
This commit is contained in:
parent
bb76b3a2b6
commit
3ea559e0ff
2 changed files with 4 additions and 2 deletions
|
|
@ -27,8 +27,9 @@ env = COLOR_SCHEME,prefer-dark
|
||||||
cursor {
|
cursor {
|
||||||
no_hardware_cursors = true
|
no_hardware_cursors = true
|
||||||
}
|
}
|
||||||
# env = XCURSOR_THEME,Volantes Cursors
|
env = XCURSOR_PATH, /usr/share/icons:$XDG_DATA_HOME/icons
|
||||||
# env = XCURSOR_SIZE,24
|
env = XCURSOR_THEME,default
|
||||||
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_THEME,Volantes Cursors
|
env = HYPRCURSOR_THEME,Volantes Cursors
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
exec-once = hyprctl setcursor $cursorTheme $cursorSize
|
exec-once = hyprctl setcursor $cursorTheme $cursorSize
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ exec-once = emote
|
||||||
# Wallpaper Daemon
|
# Wallpaper Daemon
|
||||||
exec-once = swww-daemon
|
exec-once = swww-daemon
|
||||||
|
|
||||||
|
exec-once = xsetroot -cursor_name left_ptr
|
||||||
exec-once = [workspace 1 silent] thunderbird
|
exec-once = [workspace 1 silent] thunderbird
|
||||||
exec-once = [workspace 1 silent] proton-mail --password-store="gnome-libsecret"
|
exec-once = [workspace 1 silent] proton-mail --password-store="gnome-libsecret"
|
||||||
exec-once = [workspace 2 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
exec-once = [workspace 2 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue