Skip to content

Commit

Permalink
Disable hardware cursor.
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Dec 23, 2024
1 parent 381c00e commit 3594a35
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions home-manager/wayland/window_manager/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,12 @@ in {
explicit_sync_kms = 0;
};

cursor = {
# NVIDIA experimental hardware cursor support.
no_hardware_cursors = 0;
use_cpu_buffer = true;
};
# NVIDIA experimental hardware cursor support.
# Currently very much broken on rotated monitors.
# cursor = {
# no_hardware_cursors = 0;
# use_cpu_buffer = true;
# };

opengl = {
nvidia_anti_flicker = 0;
Expand Down

0 comments on commit 3594a35

Please sign in to comment.