mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
 | 
						|
@reboot /root/fixcontroller.py
 | 
						|
 | 
						|
# BTRFS deduplication (on Lumina at least)
 | 
						|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/home.hash /home
 | 
						|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/flatpak.hash /var/lib/flatpak
 | 
						|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
 | 
						|
 | 
						|
# vim: filetype=crontab
 |