mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
Revert "nix: move joshuto to shared homeModules"
This reverts commit dc9f626eb55f527958ff225b3e097306e73cd31d.
This commit is contained in:
parent
c5c981e578
commit
bd009618f6
8 changed files with 3 additions and 2 deletions
57
nix/configurations/home/carbon/joshuto/joshuto.toml
Normal file
57
nix/configurations/home/carbon/joshuto/joshuto.toml
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
numbered_command = false
|
||||
|
||||
mouse_support = true
|
||||
focus_on_create = true
|
||||
use_trash = true
|
||||
watch_files = true
|
||||
xdg_open = false
|
||||
xdg_open_fork = false
|
||||
case_insensitive_ext = false
|
||||
zoxide_update = false
|
||||
|
||||
custom_commands = []
|
||||
|
||||
[display]
|
||||
# default, hsplit
|
||||
mode = "default"
|
||||
|
||||
automatically_count_files = false
|
||||
collapse_preview = true
|
||||
# ratios for parent view (optional), current view and preview
|
||||
column_ratio = [1, 4, 4]
|
||||
scroll_offset = 6
|
||||
show_borders = true
|
||||
show_hidden = false
|
||||
show_icons = false
|
||||
# none, absolute, relative
|
||||
line_number_style = "none"
|
||||
|
||||
# size, mtime, user, gourp, perm. can be combined with |.
|
||||
# `none` to disable, `all` to enable all
|
||||
# all and none can't be combined with other options
|
||||
linemode = "size"
|
||||
|
||||
[display.sort]
|
||||
# lexical, mtime, natural, size, ext
|
||||
sort_method = "natural"
|
||||
case_sensitive = false
|
||||
directories_first = true
|
||||
reverse = false
|
||||
|
||||
[preview]
|
||||
max_preview_size = "2097152" # 2MB
|
||||
preview_script = "~/.config/joshuto/preview_file.sh" # make sure it's marked as executable
|
||||
|
||||
[search]
|
||||
# insensitive, sensitive, smart
|
||||
string_case_sensitivity = "insensitive"
|
||||
# see above
|
||||
glob_case_sensitivity = "sensitive"
|
||||
# see above
|
||||
regex_case_sensitivity = "sensitive"
|
||||
# see above
|
||||
fzf_case_sensitivity = "insensitive"
|
||||
|
||||
[tab]
|
||||
# inherit, home, root
|
||||
home_page = "home"
|
||||
Loading…
Add table
Add a link
Reference in a new issue