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 = [
|
||||
"GDK_SCALE,1"
|
||||
];
|
||||
|
||||
cursor = {
|
||||
no_hardware_cursors = 1;
|
||||
};
|
||||
|
||||
monitor = [
|
||||
"eDP-1, preferred, auto, 1.33"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue