fix(gs/i3): remove implicit dependency on picom+peek
This was done originally to make the snippet shareable, but is nice regardless. Change-Id: Ie51302a020cbb262b1e802e94786ebb8a9f843c8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1170 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									cbbb7a37d5
								
							
						
					
					
						commit
						104bf18461
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -89,10 +89,10 @@ in {
 | 
			
		|||
            "${mod}+q" = "exec \"maim | xclip -selection clipboard -t image/png\"";
 | 
			
		||||
            "${mod}+Shift+q" = "exec \"maim -s | xclip -selection clipboard -t image/png\"";
 | 
			
		||||
            "${mod}+Ctrl+q" = "exec ${pkgs.writeShellScript "peek.sh" ''
 | 
			
		||||
            picom &
 | 
			
		||||
            picom_pid=$!
 | 
			
		||||
            peek || true
 | 
			
		||||
            kill -SIGINT $picom_pid
 | 
			
		||||
              ${pkgs.picom}/bin/picom &
 | 
			
		||||
              picom_pid=$!
 | 
			
		||||
              ${pkgs.peek}/bin/peek || true
 | 
			
		||||
              kill -SIGINT $picom_pid
 | 
			
		||||
            ''}";
 | 
			
		||||
 | 
			
		||||
            # Launching applications
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue