mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
# DWM doesn't automatically make a .desktop entry
 | 
						|
# so it needs to be manually added for other DMs
 | 
						|
# to recognize it and be able to log in with it
 | 
						|
[Desktop Entry]
 | 
						|
Encoding=UTF-8
 | 
						|
Name=Dwm
 | 
						|
Comment=Dynamic Window Manager
 | 
						|
Exec=dwm
 | 
						|
Icon=dwm
 | 
						|
Type=XSession
 |