mirror of
				https://github.com/alacritty/alacritty.git
				synced 2025-10-30 23:36:53 -04:00 
			
		
		
		
	Note that `WM_CLASS` is now set to `"alacritty", "Alacritty"` instead of the previous value of `"Alacritty", "Alacritty"`. This seems to be more standard. This also contains some revised recommendations for installing the `.desktop` file.
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Desktop Entry]
 | 
						|
Type=Application
 | 
						|
TryExec=alacritty
 | 
						|
Exec=alacritty
 | 
						|
Icon=utilities-terminal
 | 
						|
Terminal=false
 | 
						|
Categories=System;TerminalEmulator;
 | 
						|
 | 
						|
Name=Alacritty
 | 
						|
GenericName=Terminal
 | 
						|
Comment=A cross-platform, GPU enhanced terminal emulator
 | 
						|
StartupWMClass=Alacritty
 | 
						|
Actions=New;
 | 
						|
 | 
						|
[Desktop Action New]
 | 
						|
Name=New Terminal
 | 
						|
Exec=alacritty
 |