modules/hm/programs/hyprland: disable hardware cursors

This made the cursor invisible on some apps on my Nvidia desktop.
This commit is contained in:
Anthony Rodriguez 2025-01-17 10:48:30 +01:00
parent 9c74203ac1
commit 89f8637d03
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -43,6 +43,11 @@
env = [ env = [
"GDK_SCALE,1" "GDK_SCALE,1"
]; ];
cursor = {
no_hardware_cursors = 1;
};
monitor = [ monitor = [
"eDP-1, preferred, auto, 1.33" "eDP-1, preferred, auto, 1.33"
]; ];