12 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#.fsdefaults
 | 
						|
[ -z "$DISPLAY" ]
 | 
						|
:
 | 
						|
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ "$(hostname)" == "dsk-cstm-0" ]
 | 
						|
hsetroot -tile "/home/salt/.config/firestarter/tile.png"
 | 
						|
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ -r ~/.config/firestarter/center.png ]
 | 
						|
hsetroot -tile "/home/salt/.config/firestarter/tile.png" -center "/home/salt/.config/firestarter/center.png"
 | 
						|
command -v feh && [ -r "/home/salt/.fehbg" ]
 | 
						|
~/.fehbg
 | 
						|
command -v nitrogen
 | 
						|
nitrogen --restore
 |