Compare commits
	
		
			3 Commits
		
	
	
		
			6196850d1f
			...
			9e88ab28c3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9e88ab28c3 | |||
| dac2cefb67 | |||
| 66183e761c | 
@ -32,14 +32,16 @@
 | 
				
			|||||||
      TPACPI_ENABLE = 1;
 | 
					      TPACPI_ENABLE = 1;
 | 
				
			||||||
      TPSMAPI_ENABLE = 1;
 | 
					      TPSMAPI_ENABLE = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Disable touchscreen to save battery
 | 
					      # Disable bluetooth on startup
 | 
				
			||||||
      RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
 | 
					      DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Suspend to RAM/disk when battery is critical
 | 
					  # Suspend to RAM/disk when battery is critical
 | 
				
			||||||
  services.upower = {
 | 
					  services.upower = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    percentageAction = 5;
 | 
					    percentageLow = 15;
 | 
				
			||||||
 | 
					    percentageCritical = 10;
 | 
				
			||||||
 | 
					    percentageAction = 7;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user