diff options
Diffstat (limited to 'common/.config/screenkey.json')
-rw-r--r-- | common/.config/screenkey.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/common/.config/screenkey.json b/common/.config/screenkey.json new file mode 100644 index 0000000..d972e27 --- /dev/null +++ b/common/.config/screenkey.json @@ -0,0 +1,23 @@ +{ + "opacity": 0.4, + "mods_only": false, + "font_desc": "monspace 10", + "compr_cnt": 3, + "screen": 0, + "no_systray": false, + "bg_color": "black", + "vis_space": true, + "position": "bottom", + "key_mode": "composed", + "vis_shift": false, + "mods_mode": "normal", + "ignore": [], + "font_size": "small", + "recent_thr": 0.1, + "bak_mode": "baked", + "geometry": null, + "multiline": false, + "timeout": 1.0, + "persist": false, + "font_color": "white" +} |