aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/lsd/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/lsd/config.yaml')
-rw-r--r--home/.config/lsd/config.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/home/.config/lsd/config.yaml b/home/.config/lsd/config.yaml
new file mode 100644
index 0000000..4862521
--- /dev/null
+++ b/home/.config/lsd/config.yaml
@@ -0,0 +1,19 @@
+# == Blocks ==
+# This specifies the columns and their order when using the long and the tree
+# layout.
+# Possible values: permission, user, group, size, size_value, date, name, inode
+blocks:
+ - permission
+ - user
+ - size
+ - date
+ - name
+
+# == Icons ==
+icons:
+ # When to use icons.
+ # When "classic" is set, this is set to "never".
+ # Possible values: always, auto, never
+ when: never
+
+layout: oneline