24 lines
		
	
	
		
			286 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			286 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | ||
| 
 | ||
| $HOME/.fehbg &
 | ||
| setxkbmap fr &
 | ||
| numlockx &
 | ||
| picom &
 | ||
| birdtray &
 | ||
| caprine &
 | ||
| 
 | ||
| xset +fp /usr/share/fonts &
 | ||
| xset +fp ~/.font &
 | ||
| xset fp rehash &
 | ||
| fc-cache -fv &
 | ||
| 
 | ||
| xset s off &
 | ||
| xset s noblank &
 | ||
| xset noexpose &
 | ||
| xset c on &
 | ||
| xset -dpms &
 | ||
| xset s 0 0 &
 | ||
| 
 | ||
| notify-send "Bienvenue ´whoami´!" &
 | ||
| 
 |