mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Add picom to bspwm startup
This commit is contained in:
		
							parent
							
								
									4283dbae4c
								
							
						
					
					
						commit
						ec784573d1
					
				| 
						 | 
					@ -4,6 +4,7 @@ setxkbmap -option altwin:swap_alt_win
 | 
				
			||||||
setxkbmap -option ctrl:swapcaps
 | 
					setxkbmap -option ctrl:swapcaps
 | 
				
			||||||
sxhkd &
 | 
					sxhkd &
 | 
				
			||||||
wmname LG3D
 | 
					wmname LG3D
 | 
				
			||||||
 | 
					picom -b
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bspc monitor -d I II III IV V VI VII
 | 
					bspc monitor -d I II III IV V VI VII
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										15
									
								
								.config/picom/picom.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.config/picom/picom.conf
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,15 @@
 | 
				
			||||||
 | 
					backend = "glx"
 | 
				
			||||||
 | 
					xrender-sync-fence = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					shadow = true
 | 
				
			||||||
 | 
					shadow-radius = 14
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					fading = true
 | 
				
			||||||
 | 
					fade-delta = 5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					inactive-opacity = 0.8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					blur-background = true
 | 
				
			||||||
 | 
					blur-kern = "11x11gaussian"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					vsync = true
 | 
				
			||||||
							
								
								
									
										1
									
								
								sync
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								sync
									
									
									
									
									
								
							| 
						 | 
					@ -21,6 +21,7 @@ rsync -aP ./.config/kitty ~/.config/
 | 
				
			||||||
rsync -aP ./.config/nvim ~/.config/
 | 
					rsync -aP ./.config/nvim ~/.config/
 | 
				
			||||||
rsync -aP ./.config/bspwm ~/.config/
 | 
					rsync -aP ./.config/bspwm ~/.config/
 | 
				
			||||||
rsync -aP ./.config/sxhkd ~/.config/
 | 
					rsync -aP ./.config/sxhkd ~/.config/
 | 
				
			||||||
 | 
					rsync -aP ./.config/picom ~/.config/
 | 
				
			||||||
rsync -aP ./.gitconfig ~/
 | 
					rsync -aP ./.gitconfig ~/
 | 
				
			||||||
rsync -aP ./.tmux* ~/
 | 
					rsync -aP ./.tmux* ~/
 | 
				
			||||||
rsync -aP ./.vim* ~/
 | 
					rsync -aP ./.vim* ~/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue