diff --git a/config.example.toml b/config.example.toml index 9b61966..eded285 100644 --- a/config.example.toml +++ b/config.example.toml @@ -314,13 +314,17 @@ max_run_seconds = 0 # Unlimited: sleep/study aid daily_quota_seconds = 0 # Unlimited cooldown_seconds = 0 # No cooldown -# Example: Disabled entry +# Terminal for debugging only [[entries]] -id = "disabled-game" -label = "Game Under Maintenance" -disabled = true -disabled_reason = "This game is being updated" +id = "terminal" +label = "Terminal" +icon = "utilities-terminal" +disabled = true # Typically disabled, since it's: +disabled_reason = "For debugging only" [entries.kind] type = "process" -command = "/bin/false" +command = "ptyxis" + +[entries.availability] +always = true