install scripts. reorganization. soon to be deployable

This commit is contained in:
2025-05-24 04:08:28 -05:00
parent 5010e57533
commit e966d5328d
242 changed files with 407 additions and 45 deletions

32
env/.config/screenkey.json vendored Executable file
View File

@@ -0,0 +1,32 @@
{
"no_systray": false,
"timeout": 2.5,
"recent_thr": 0.1,
"compr_cnt": 3,
"ignore": [],
"position": "fixed",
"persist": false,
"window": null,
"font_desc": "Inconsolata Light 10",
"font_size": "small",
"font_color": "white",
"bg_color": "#114400f423d6",
"opacity": 0.1,
"key_mode": "translated",
"bak_mode": "baked",
"mods_mode": "normal",
"mods_only": false,
"multiline": false,
"vis_shift": false,
"vis_space": true,
"geometry": [
1191,
152,
720,
81
],
"screen": 0,
"start_disabled": false,
"mouse": false,
"button_hide_duration": 0.5
}