{ "version": 1, "log_level": "info", "default_page": "main", "font": "medium", "show_label_background": true, "devices": [ { "serial": "", "brightness": 75 } ], "pages": [ { "name": "main", "keys": [ { "index": 0, "icon": "fa:terminal", "actions": [ { "trigger": "tap", "type": "command", "command": "kitty", "background": true } ] }, { "index": 1, "icon": "fab:firefox", "label": "Browser", "font_size": 11, "actions": [ { "trigger": "tap", "type": "command", "command": "firefox", "background": true } ] }, { "index": 2, "icon": "fa:gamepad", "label": "Games", "font_size": 11, "actions": [ { "trigger": "tap", "type": "page", "page": "games" } ] }, { "index": 7, "icon": "fa:chevron-right", "label": "Next", "actions": [ { "trigger": "tap", "type": "builtin", "builtin": "page:next" }, { "trigger": "long_press", "type": "builtin", "builtin": "page:prev" } ] } ] }, { "name": "games", "icon": "fa:gamepad", "keys": [ { "index": 0, "icon": "fa:arrow-left", "actions": [ { "trigger": "tap", "type": "page", "page": "main" } ] } ], "dynamic_keys": { "script": "scripts/lutris-keys", "interval": "120s" } } ], "auto_switch": [], "screensaver": { "enabled": false, "idle_seconds": 30, "image": "", "brightness": 10 }, "timing": { "long_press_ms": 500, "double_tap_ms": 300 } }