mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: disable hardware cursors on adrastea to stop choppiness
This commit is contained in:
parent
ef9446bd6b
commit
bf23ffa30c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"eDP-1, disable"
|
||||
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
||||
];
|
||||
wayland.windowManager.hyprland.settings.cursor.no_hardware_cursors = true;
|
||||
|
||||
# since we are using this as a "desktop" of sorts, we have no need to save
|
||||
# power by using optimus. poor performance on external display, so we add
|
||||
|
|
Loading…
Reference in a new issue