summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml3
-rw-r--r--config/mimetype.toml46
-rw-r--r--config/theme.toml7
3 files changed, 34 insertions, 22 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index b7d4626..d23da09 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -1,5 +1,6 @@
numbered_command = false
+mouse_support = true
focus_on_create = true
use_trash = true
watch_files = true
@@ -23,7 +24,7 @@ show_icons = true
# none, absolute, relative
line_number_style = "none"
-# size, mtime, user, gourp, perm. can be combined with |.
+# 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"
diff --git a/config/mimetype.toml b/config/mimetype.toml
index ec2f05d..e9b143a 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -3,7 +3,7 @@ audio_default = [
{ command = "mpv", args = [
"--",
] },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", pager = true },
]
image_default = [
@@ -13,7 +13,7 @@ image_default = [
{ command = "krita", args = [
"--",
], fork = true, silent = true },
- { command = "exiftool", confirm_exit = true },
+ { command = "exiftool", pager = true },
{ command = "swappy", args = [
"-f",
], fork = true },
@@ -23,7 +23,7 @@ video_default = [
{ command = "mpv", args = [
"--",
], fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", pager = true },
{ command = "mpv", args = [
"--mute",
"on",
@@ -143,50 +143,56 @@ yml.inherit = "text_default"
# archive formats
7z.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "7z", args = [
"x",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
bz2.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "tar", args = [
"-xvjf",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
gz.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "tar", args = [
"-xvzf",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
tar.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "tar", args = [
"-xvf",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
tgz.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "tar", args = [
"-xvzf",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
rar.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "unrar", args = [
"x",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
xz.app_list = [
+ { command = "file-roller", fork = true, silent = true },
{ command = "tar", args = [
"-xvJf",
- ], confirm_exit = true },
- { command = "file-roller", fork = true, silent = true },
+ ] },
]
zip.app_list = [
- { command = "unzip", confirm_exit = true },
{ command = "file-roller", fork = true, silent = true },
+ { command = "unzip" },
+]
+zst.app_list = [
+ { command = "file-roller", fork = true, silent = true },
+ { command = "zstd", args = [
+ "-d"
+ ] },
]
# misc formats
@@ -196,7 +202,7 @@ m3u.app_list = [
{ command = "micro" },
{ command = "mpv" },
{ command = "gedit", fork = true, silent = true },
- { command = "bat", confirm_exit = true },
+ { command = "bat", pager = true },
]
odt.inherit = "libreoffice_default"
@@ -219,7 +225,7 @@ kdenlive.app_list = [{ command = "kdenlive", fork = true, silent = true }]
tex.app_list = [
{ command = "micro" },
{ command = "gedit", fork = true, silent = true },
- { command = "bat", confirm_exit = true },
+ { command = "bat", pager = true },
{ command = "pdflatex" },
]
diff --git a/config/theme.toml b/config/theme.toml
index fce3633..55379f5 100644
--- a/config/theme.toml
+++ b/config/theme.toml
@@ -1,4 +1,9 @@
##########################################
+## General
+##########################################
+lscolors_enabled = false
+
+##########################################
## Tabs
##########################################
@@ -85,7 +90,7 @@ bold = true
##########################################
## File list - Override style by extension
##########################################
-# This sections allows to override the basic
+# This sections allows to override the basic
# style with a specific style for the file's
# extension.