We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4c9593 + d09fd32 commit 2fff537Copy full SHA for 2fff537
application.nix
@@ -141,6 +141,13 @@ rec {
141
142
defaultSession = sessionName;
143
};
144
+ # Hide mouse cursor when not in use
145
+ services.unclutter-xfixes = {
146
+ enable = true;
147
+ timeout = 10;
148
+ threshold = 1;
149
+ extraOptions = [ "start-hidden" ];
150
+ };
151
152
# Firewall configuration
153
networking.firewall = {
controller/Changelog.md
@@ -7,6 +7,7 @@
7
- kiosk: Add hotplugging support for HDMI screens
8
- os: Improve installation device selection
9
- os: Add end-to-end system tests
10
+- os: Hide mouse cursor when idle
11
- controller: Enable spatial navigation using the arrow keys
12
- controller: Add factory reset button to System Status page
13
- controller: Add system switch calls to System Status page
0 commit comments