Make Terminator default terminal again

This commit is contained in:
Kevin Alberts 2025-08-19 08:21:05 +02:00
parent 86e4404660
commit 3c72148fcd

View file

@ -26,7 +26,7 @@ class Config(BaseConfig):
cliphistory_command = "/home/kevin/bin/cliphistory.sh"
# Default Applications
app_terminal = "ghostty"
app_terminal = "terminator"
app_launcher = "wofi --show run,drun"
file_manager = "thunar"
visualizer_app = "glava"
@ -36,7 +36,7 @@ class Config(BaseConfig):
# Autostart applications
apps_autostart_group = [
{'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': ["thunar"]},
{'group': "", 'command': ["thunderbird"]},