mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-04 01:03:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
sh ~/.config/scripts/setup.sh -nr
 | 
						|
 | 
						|
# Load user settings from config file.
 | 
						|
. ~/.config/settings.conf
 | 
						|
 | 
						|
if [[ $computer == 'w530' ]]; then
 | 
						|
    if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
 | 
						|
	exec startx
 | 
						|
    fi
 | 
						|
fi
 |