diff --git a/kuro/config/__init__.py b/kuro/config/__init__.py index a9a9aca..ffdf584 100644 --- a/kuro/config/__init__.py +++ b/kuro/config/__init__.py @@ -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"]},