5 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#! /bin/sh
 | 
						|
[ -r $HOME/.fehbg ] && . $HOME/.fehbg
 | 
						|
start-pulseaudio-x11
 | 
						|
compton -b
 | 
						|
echo "Started on `date -Iseconds`" > $HOME/log
 |