Make Terminator default terminal again
This commit is contained in:
		
							parent
							
								
									86e4404660
								
							
						
					
					
						commit
						3c72148fcd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -26,7 +26,7 @@ class Config(BaseConfig):
 | 
				
			||||||
    cliphistory_command = "/home/kevin/bin/cliphistory.sh"
 | 
					    cliphistory_command = "/home/kevin/bin/cliphistory.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Default Applications
 | 
					    # Default Applications
 | 
				
			||||||
    app_terminal = "ghostty"
 | 
					    app_terminal = "terminator"
 | 
				
			||||||
    app_launcher = "wofi --show run,drun"
 | 
					    app_launcher = "wofi --show run,drun"
 | 
				
			||||||
    file_manager = "thunar"
 | 
					    file_manager = "thunar"
 | 
				
			||||||
    visualizer_app = "glava"
 | 
					    visualizer_app = "glava"
 | 
				
			||||||
| 
						 | 
					@ -36,7 +36,7 @@ class Config(BaseConfig):
 | 
				
			||||||
    # Autostart applications
 | 
					    # Autostart applications
 | 
				
			||||||
    apps_autostart_group = [
 | 
					    apps_autostart_group = [
 | 
				
			||||||
        {'group': "", 'command': ["firefox"]},
 | 
					        {'group': "", 'command': ["firefox"]},
 | 
				
			||||||
        {'group': "", 'command': ["ghostty", "--gtk-single-instance=true", "--quit-after-last-window-close=false", "--initial-window=true"]},
 | 
					        {'group': "", 'command': ["terminator"]},
 | 
				
			||||||
        {'group': "", 'command': ["/usr/bin/rambox"]},
 | 
					        {'group': "", 'command': ["/usr/bin/rambox"]},
 | 
				
			||||||
        {'group': "", 'command': ["thunar"]},
 | 
					        {'group': "", 'command': ["thunar"]},
 | 
				
			||||||
        {'group': "", 'command': ["thunderbird"]},
 | 
					        {'group': "", 'command': ["thunderbird"]},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue