File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,13 @@ rec {
141141
142142 defaultSession = sessionName ;
143143 } ;
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+ } ;
144151
145152 # Firewall configuration
146153 networking . firewall = {
Original file line number Diff line number Diff line change 77- kiosk: Add hotplugging support for HDMI screens
88- os: Improve installation device selection
99- os: Add end-to-end system tests
10+ - os: Hide mouse cursor when idle
1011- controller: Enable spatial navigation using the arrow keys
1112- controller: Add factory reset button to System Status page
1213- controller: Add system switch calls to System Status page
You can’t perform that action at this time.
0 commit comments