feat: add sioyek
parent
1d3b493bb5
commit
b7315dda56
|
@ -41,4 +41,5 @@ go build ./cmd/dot
|
||||||
- [pokeget](https://github.com/talwat/pokeget-rs)
|
- [pokeget](https://github.com/talwat/pokeget-rs)
|
||||||
- [btop](https://github.com/aristocratos/btop)
|
- [btop](https://github.com/aristocratos/btop)
|
||||||
- [newsboat](https://github.com/newsboat/newsboat)
|
- [newsboat](https://github.com/newsboat/newsboat)
|
||||||
|
- [sioyek](https://github.com/ahrm/sioyek)
|
||||||
- [daktilo](https://github.com/orhun/daktilo)
|
- [daktilo](https://github.com/orhun/daktilo)
|
||||||
|
|
|
@ -106,6 +106,10 @@ external = "~/.config/newsboat/dark"
|
||||||
internal = "data/newsboat/dark"
|
internal = "data/newsboat/dark"
|
||||||
url = "https://raw.githubusercontent.com/catppuccin/newsboat/main/themes/dark"
|
url = "https://raw.githubusercontent.com/catppuccin/newsboat/main/themes/dark"
|
||||||
|
|
||||||
|
[[apps.sioyek.paths]]
|
||||||
|
internal = "data/sioyek/prefs_user.config"
|
||||||
|
external = "~/.config/sioyek/prefs_user.config"
|
||||||
|
|
||||||
[[apps.daktilo.paths]]
|
[[apps.daktilo.paths]]
|
||||||
internal = "data/daktilo/daktilo.toml"
|
internal = "data/daktilo/daktilo.toml"
|
||||||
external = "~/.config/daktilo/daktilo.toml"
|
external = "~/.config/daktilo/daktilo.toml"
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
font_size 14
|
||||||
|
ui_font Shantell Sans Normal
|
||||||
|
status_bar_font_size 14
|
||||||
|
|
||||||
|
should_launch_new_window 1
|
||||||
|
super_fast_search 1
|
||||||
|
horizontal_move_amount -1.0
|
Loading…
Reference in New Issue