-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# | ||
# window settings | ||
# | ||
|
||
# disable window decorations | ||
window_undecorated = true | ||
|
||
# | ||
# appearance | ||
# | ||
|
||
show_typing = true | ||
typing_font_size = 120 | ||
|
||
# color of typed characters, in hex RGBA format | ||
typing_font_color = 0x000000ff | ||
|
||
# layout preset, for list of available values see layout.zig source file | ||
layout_preset = tkl_ansi | ||
|
||
# custom layout file path, absolute or relative to config file | ||
# if empty then layout from layout_preset option used | ||
layout_path = "" | ||
|
||
# keycap theme, currently supported: 'default', 'kle' and 'vortex_pok3r' | ||
theme = default | ||
|
||
# tinting color for pressed keycaps | ||
# tinting works by multiplication texture color with this color | ||
key_tint_color = 0xff0000ff |