prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: cursor size

D3dde opened this issue · comments

commented

Bug Report

Cursor size change depending on the application

Description

I'd like to start by making it clear that I'm new to Linux. On some applications such as Godot and VLC the cursor becomes much larger than normal, I think it is related to the PPI of the monitor (108.79) but I'm not sure at all.

Expected Behavior

that the cursor is the same size in all applications.

Screenshots

2024-06-07.19-09-30.mp4

Environment

  • Linux Distro: ArchLinux
  • Linux Version: 6.9.3-arch1-1
  • Hyprland Version: v0.40.0
  • Installation Environment: Main hardware (dual boot with windows)
  • Other info: 2 monitors (both 2560x1440)

Additional Information

I've tried to tweak a few things in hyprland.conf but nothing changed

I took a look at #1517 but I don't understand if it's the same problem

commented

I took a look at #1517 but I don't understand if it's the same problem

@D3dde Yeah it is

Here some relevant links

#834
#1517

I'd like to start by making it clear that I'm new to Linux.

A Linux Windows manager thing

I think it is related to the PPI of the monitor (108.79) but I'm not sure at all.

not at all, it just that we are using Linux and a Window Manager so we do not have a centralized way of rendering the cursor (Applications tries to render their own cursor). I think this will be solved in the next Hyprland update.

On some applications such as Godot and VLC the cursor becomes much larger than norma

Try to check if your app is running under wayland too, maybe it is running over x11 / xwayland '.
run hyprctl clients to know which apps are running over xwayland = 1. '1' means it is running in xwayland which looks blurry.

You can google this issues online and binge read this Linux drama. HAHA.