Support unclutter with home-manager
I removed the code that initializes unclutter from .profile - preferring to start it with home-manager.
This commit is contained in:
parent
d784c1d157
commit
73db632090
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Hide the cursor during X sessions after 1 second.
|
||||||
|
services.unclutter.enable = true;
|
||||||
|
|
||||||
# Support mouseless workflows.
|
# Support mouseless workflows.
|
||||||
services.keynav.enable = true;
|
services.keynav.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue