This commit is contained in:
Out Of Ideas 2024-01-26 12:39:50 -06:00
parent c8ca50696e
commit 770de6e347
1 changed files with 23 additions and 0 deletions

23
edex-ui/settings.json Normal file
View File

@ -0,0 +1,23 @@
{
"shell": "bash",
"shellArgs": "",
"cwd": "/home/vehementham/.config/eDEX-UI",
"keyboard": "en-DVORAK",
"theme": "tron",
"termFontSize": 15,
"audio": true,
"audioVolume": 1,
"disableFeedbackAudio": false,
"clockHours": 24,
"pingAddr": "1.1.1.1",
"port": 3000,
"nointro": false,
"nocursor": false,
"forceFullscreen": true,
"allowWindowed": false,
"excludeThreadsFromToplist": true,
"hideDotfiles": false,
"fsListView": false,
"experimentalGlobeFeatures": false,
"experimentalFeatures": false
}