* Working UI for minimal MPD client * Header, Now Playing and Playlist panels * ? toggles keyboard shortcut help
		
			
				
	
	
		
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| /opt/vscode/VSCode-linux-x64/code \
 | |
|     --enable-features=UseOzonePlatform,WaylandWindowDecorations \
 | |
|     --ozone-platform-hint=auto \
 | |
|     --unity-launch %F . & disown %1
 |