diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-22 00:56:22 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-22 11:49:01 +0200 |
commit | d2c331b9f036951eef062dd5141c75182375ba12 (patch) | |
tree | 325bf3c56b70ec845e8de9349f45408ed844e747 /common/.config/screenkey.json | |
download | dotfiles-d2c331b9f036951eef062dd5141c75182375ba12.tar.gz dotfiles-d2c331b9f036951eef062dd5141c75182375ba12.zip |
Add current configuration
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" +} |