> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xenonhub.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

> รวมตั้งค่าต่างๆในไฟล์ config.json

## ❗ สำหรับตัวรัน Seliware

เวลาเปิดโปรแกรม Storm แล้วมันจะเปิด Seliware ให้อัตโนมัติ รวมถึงเวลาตัวรันมันหลุด ตัวโปรแกรมของเราจะรีสตาร์ทให้อัตโนมัติ โดยให้แก้ไขในไฟล์ `config.json` ให้ปรับจาก `false` เป็น `true`

```python config.json theme={null}
  "auto_restart_seliware": true,
  "auto_launch_seliware": true,
```
