modules/hm/programs/hyprland: disable hardware cursors
This made the cursor invisible on some apps on my Nvidia desktop.
This commit is contained in:
parent
9c74203ac1
commit
89f8637d03
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue