Hyprland hardware cursor fix
This commit is contained in:
parent
4d5638baca
commit
207b5165a3
1 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ in {
|
|||
# main monitor
|
||||
"${config.conf.defaultMonitor},${config.conf.defaultMonitorMode},0x0,${config.conf.defaultMonitorScale}"
|
||||
# all others
|
||||
",highrr,auto,1"
|
||||
];
|
||||
example = ["DP-1,3440x1440@180,2560x0,1,vrr,0"];
|
||||
type = with lib.types; listOf str;
|
||||
|
|
@ -298,7 +297,7 @@ in {
|
|||
|
||||
cursor = {
|
||||
enable_hyprcursor = true;
|
||||
no_hardware_cursors = lib.mkIf config.mods.gpu.nvidia.enable true;
|
||||
no_hardware_cursors = lib.mkDefault config.mods.gpu.nvidia.enable;
|
||||
# done with nix, this would break the current setup otherwise
|
||||
sync_gsettings_theme = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue