Replace xcompmgr with compton
This commit is contained in:
		
							parent
							
								
									5b2fe128ab
								
							
						
					
					
						commit
						d9879d3d55
					
				| @ -1,7 +1,7 @@ | |||||||
| #!/bin/sh | #!/bin/sh | ||||||
| 
 | 
 | ||||||
| echo "~> Installing i3" | echo "~> Installing i3" | ||||||
| pacstrap /mnt i3 feh xcompmgr dmenu acpi | pacstrap /mnt i3 feh compton dmenu acpi | ||||||
| 
 | 
 | ||||||
| user=$(ls /mnt/home) | user=$(ls /mnt/home) | ||||||
| if [ "$user" == "" ]; then | if [ "$user" == "" ]; then | ||||||
| @ -11,7 +11,7 @@ else | |||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| echo "~> Creating .xinitrc" | echo "~> Creating .xinitrc" | ||||||
| echo "xcompmgr -c &" > $path/.xinitrc | echo "compton -CGb" > $path/.xinitrc | ||||||
| echo "feh --bg-fill /etc/wallpapers/\$(ls /etc/wallpapers/ | shuf -n 1)" >> $path/.xinitrc | echo "feh --bg-fill /etc/wallpapers/\$(ls /etc/wallpapers/ | shuf -n 1)" >> $path/.xinitrc | ||||||
| echo "exec i3" >> $path/.xinitrc | echo "exec i3" >> $path/.xinitrc | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user