mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed cursor?
This commit is contained in:
parent
2d0612752d
commit
608783b10c
1 changed files with 8 additions and 0 deletions
|
|
@ -99,6 +99,14 @@ in
|
||||||
sensitivity = 0.35;
|
sensitivity = 0.35;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
inactive_timeout = 0;
|
||||||
|
no_hardware_cursors = true;
|
||||||
|
hide_on_touch = false;
|
||||||
|
use_cpu_buffer = 0;
|
||||||
|
enable_hyprcursor = false;
|
||||||
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"HYPRCURSOR_THEME,Vanilla-DMZ"
|
"HYPRCURSOR_THEME,Vanilla-DMZ"
|
||||||
"HYPRCURSOR_SIZE,24"
|
"HYPRCURSOR_SIZE,24"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue