Added helix config and updated albert
This commit is contained in:
parent
c669576540
commit
72f0064f15
3 changed files with 31 additions and 0 deletions
|
|
@ -98,16 +98,37 @@ trigger=?
|
|||
enabled=true
|
||||
|
||||
[widgetsboxmodel]
|
||||
action_item_padding=6
|
||||
action_item_selection_border_radius=11
|
||||
alwaysOnTop=true
|
||||
clearOnHide=false
|
||||
clientShadow=false
|
||||
darkTheme=Seventy Eight
|
||||
disable_input_method=true
|
||||
displayScrollbar=false
|
||||
followCursor=true
|
||||
hideOnFocusLoss=true
|
||||
historySearch=true
|
||||
input_border_radius=11
|
||||
input_font_size=18
|
||||
input_padding=5
|
||||
itemCount=5
|
||||
lightTheme=Seventy Eight
|
||||
quitOnClose=false
|
||||
result_item_horizontal_spacing=6
|
||||
result_item_icon_size=39
|
||||
result_item_padding=6
|
||||
result_item_selection_border_radius=11
|
||||
result_item_selection_border_width=0
|
||||
result_item_subtext_font_size=8
|
||||
result_item_text_font_size=13
|
||||
result_item_vertical_spacing=2
|
||||
showCentered=true
|
||||
systemShadow=true
|
||||
window_border_radius=18
|
||||
window_border_width=1
|
||||
window_padding=7
|
||||
window_shadow_offset=8
|
||||
window_shadow_size=80
|
||||
window_spacing=7
|
||||
window_width=640
|
||||
|
|
|
|||
5
.config/helix/config.toml
Normal file
5
.config/helix/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
theme = "github_dark"
|
||||
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
5
.config/helix/languages.toml
Normal file
5
.config/helix/languages.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[[language]]
|
||||
name="c"
|
||||
indent = { tab-width=1, unit=" "}
|
||||
# formatter = { command = "clang-format", args=["--style=file"] }
|
||||
auto-format = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue