From 3ea559e0ff10e6838d52cfca0f76f9e87d6bd7cf Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 28 Apr 2026 10:24:26 -0400 Subject: [PATCH] fix cursor for minecraft --- hypr/hyprland/env.conf | 5 +++-- hypr/hyprland/execs.conf | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland/env.conf b/hypr/hyprland/env.conf index 5901fc9..ab07e7c 100644 --- a/hypr/hyprland/env.conf +++ b/hypr/hyprland/env.conf @@ -27,8 +27,9 @@ env = COLOR_SCHEME,prefer-dark cursor { no_hardware_cursors = true } -# env = XCURSOR_THEME,Volantes Cursors -# env = XCURSOR_SIZE,24 +env = XCURSOR_PATH, /usr/share/icons:$XDG_DATA_HOME/icons +env = XCURSOR_THEME,default +env = XCURSOR_SIZE,24 env = HYPRCURSOR_THEME,Volantes Cursors env = HYPRCURSOR_SIZE,24 exec-once = hyprctl setcursor $cursorTheme $cursorSize diff --git a/hypr/hyprland/execs.conf b/hypr/hyprland/execs.conf index 31396b6..429408b 100644 --- a/hypr/hyprland/execs.conf +++ b/hypr/hyprland/execs.conf @@ -10,6 +10,7 @@ exec-once = emote # Wallpaper Daemon exec-once = swww-daemon +exec-once = xsetroot -cursor_name left_ptr exec-once = [workspace 1 silent] thunderbird exec-once = [workspace 1 silent] proton-mail --password-store="gnome-libsecret" exec-once = [workspace 2 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland