|  | @@ -456,6 +456,15 @@ for_window [class="floating_window"] floating enable
 | 
	
		
			
				|  |  |  set_from_resource $i3-wm.workspace.auto_back_and_forth i3-wm.workspace.auto_back_and_forth no
 | 
	
		
			
				|  |  |  workspace_auto_back_and_forth $i3-wm.workspace.auto_back_and_forth
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +# Auto scratch windows
 | 
	
		
			
				|  |  | +for_window [class="keepassxc"] move scratchpad
 | 
	
		
			
				|  |  | +for_window [class="Mumble"] move scratchpad
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +# Auto set workspaces
 | 
	
		
			
				|  |  | +for_window [class="Firefox"] move container to workspace 9
 | 
	
		
			
				|  |  | +for_window [class="^Gimp.*"] move container to workspace 19
 | 
	
		
			
				|  |  | +for_window [class="Thunderbird"] move container to workspace 10
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  ###############################################################################
 | 
	
		
			
				|  |  |  # Window Resize and Gaps
 | 
	
		
			
				|  |  |  ###############################################################################
 |