Skip to content

Commit

Permalink
feat: add sioyek
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 15, 2024
1 parent 1d3b493 commit b7315dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ go build ./cmd/dot
- [pokeget](https://github.com/talwat/pokeget-rs)
- [btop](https://github.com/aristocratos/btop)
- [newsboat](https://github.com/newsboat/newsboat)
- [sioyek](https://github.com/ahrm/sioyek)
- [daktilo](https://github.com/orhun/daktilo)
4 changes: 4 additions & 0 deletions data/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ external = "~/.config/newsboat/dark"
internal = "data/newsboat/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]]
internal = "data/daktilo/daktilo.toml"
external = "~/.config/daktilo/daktilo.toml"
7 changes: 7 additions & 0 deletions data/sioyek/prefs_user.config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b7315dd

Please sign in to comment.