dotfiles/screenkey/.config/screenkey.json

27 lines
601 B
JSON
Raw Normal View History

2024-05-27 11:17:08 -04:00
{
"no_systray": false,
"timeout": 2.0,
"recent_thr": 0.1,
"compr_cnt": 3,
"ignore": [],
"position": "bottom",
"persist": false,
"window": false,
"font_desc": "Monospace 10",
"font_size": "small",
"font_color": "white",
"bg_color": "black",
"opacity": 0.7,
"key_mode": "composed",
"bak_mode": "baked",
"mods_mode": "normal",
"mods_only": false,
"multiline": false,
"vis_shift": true,
"vis_space": true,
"geometry": null,
"screen": 0,
"start_disabled": false,
"mouse": false,
"button_hide_duration": 1
}