22 lines
		
	
	
	
		
			501 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			501 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # 
 | |
| # ~/.config/sway/autostart
 | |
| # List of applications to autostart
 | |
| #
 | |
| 
 | |
| # Move to this workspace on startup
 | |
| workspace 0:¯\_(ツ)_/¯
 | |
| 
 | |
| # Idle script
 | |
| exec_always "~/.scripts/idle.sh"
 | |
| 
 | |
| # Gamma and brightness
 | |
| exec clight &> /dev/null
 | |
| 
 | |
| # Notification manager
 | |
| exec dunst -verbosity crit
 | |
| 
 | |
| # Fix [Slow launch for some GTK apps](https://github.com/swaywm/sway/issues/5732)
 | |
| exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
 | |
| 
 | |
| # Fix JetBrain IDE's showing properly
 | |
| exec wmname LG3D
 |