blob: c17f877bb029ddae38627bea7b8a81500f67695e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
argument_specs:
main:
options:
nautilus_folder_viewer:
type: "str"
description: "The default folder viewer mode"
default: "list-view"
choices:
- "list-view"
- "icon-view"
nautilus_show_hidden_files:
type: "bool"
description: "Whether to show hidden files by default"
default: false
nautilus_sort_order:
type: "str"
description: "The default sort order for files"
default: "name"
choices:
- "name"
- "size"
- "type"
- "date_modified"
- "date_accessed"
- "date_created"
nautilus_always_use_location_entry:
type: "bool"
description: "Whether to show the full path in the location bar"
default: false
|