AutoYADM commit: 2025-04-13 13:45:05
This commit is contained in:
parent
d874b2ea39
commit
8f5a6383cc
3 changed files with 25 additions and 0 deletions
21
.config/tui-journal/config.toml
Normal file
21
.config/tui-journal/config.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
backend_type = "Sqlite"
|
||||
scroll_per_page = 5
|
||||
sync_os_clipboard = false
|
||||
history_limit = 10
|
||||
colored_tags = true
|
||||
datum_visibility = "show"
|
||||
app_state_dir = "/home/fic/.local/state/tui-journal"
|
||||
|
||||
[export]
|
||||
show_confirmation = true
|
||||
|
||||
[external_editor]
|
||||
auto_save = false
|
||||
temp_file_extension = "md"
|
||||
command = "hx"
|
||||
|
||||
[json_backend]
|
||||
file_path = "/home/fic/SyncDocuments/tui-journal/entries.json"
|
||||
|
||||
[sqlite_backend]
|
||||
file_path = "/home/fic/SyncDocuments/tui-journal/entries.db"
|
2
.config/vdirsyncer/config
Normal file
2
.config/vdirsyncer/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[general]
|
||||
status_path = "~/.vdirsyncer/status/"
|
|
@ -63,3 +63,5 @@
|
|||
.config/fastfetch
|
||||
.config/fish
|
||||
.config/fish
|
||||
.config/tui-journal
|
||||
.config/vdirsyncer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue