6 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								source "$HOME/.config/bspwm/common"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								dmenu_path | /home/von/.config/bspwm/bspmenu -p 'run' "$@" | ${SHELL:-"/bin/sh"} &
							 |