8 lines
		
	
	
		
			215 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			215 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # $OpenBSD: Xsetup_0,v 1.5 2018/07/17 11:52:12 matthieu Exp $
 | |
| 
 | |
| #xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
 | |
| xset fp+ /home/sdk/.fonts
 | |
| xset fp rehash
 | |
| xsetroot -solid black
 | 
