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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
|
The Thunar Configuration File (thunarrc)
========================================
Thunar stores most of its preferences in the thunarrc file, which is located
in $XDG_CONFIG_HOME/Thunar/thunarrc. Many, but not all, of the settings are
configurable from the preferences dialog, which is available from the Edit
menu of every Thunar window.
The following list gives a brief overview of the preferences known to Thunar:
* DefaultView (ThunarDetailsView/ThunarIconView/void)
The name of the widget class, which should be used for the view pane
in new Thunar windows, or "void" to use the last selected view from
LastView preference.
* LastCompactViewZoomLevel (THUNAR_ZOOM_LEVEL_SMALLEST/
THUNAR_ZOOM_LEVEL_SMALLER/
THUNAR_ZOOM_LEVEL_SMALL/
THUNAR_ZOOM_LEVEL_NORMAL/
THUNAR_ZOOM_LEVEL_LARGE/
THUNAR_ZOOM_LEVEL_LARGER/
THUNAR_ZOOM_LEVEL_LARGEST)
The last selected zoom level for the compact list view.
* LastDetailsViewZoomLevel (THUNAR_ZOOM_LEVEL_SMALLEST/
THUNAR_ZOOM_LEVEL_SMALLER/
THUNAR_ZOOM_LEVEL_SMALL/
THUNAR_ZOOM_LEVEL_NORMAL/
THUNAR_ZOOM_LEVEL_LARGE/
THUNAR_ZOOM_LEVEL_LARGER/
THUNAR_ZOOM_LEVEL_LARGEST)
The last selected zoom level for the detailed list view.
* LastDetailsViewColumnOrder
A comma separated list of columns, which specifies the order of
information that appears in the detailed list view. Valid names
for the detailed list columns are:
- THUNAR_COLUMN_DATE_ACCESSED
- THUNAR_COLUMN_DATE_MODIFIED
- THUNAR_COLUMN_GROUP
- THUNAR_COLUMN_MIME_TYPE
- THUNAR_COLUMN_NAME
- THUNAR_COLUMN_OWNER
- THUNAR_COLUMN_PERMISSIONS
- THUNAR_COLUMN_SIZE
- THUNAR_COLUMN_TYPE
* LastDetailsViewColumnWidths
A comma separated list of column widths, used if the details view
is in fixed column mode. The exact format of this list should be
considered an implementation detail and may change in future
versions of Thunar.
* LastDetailsViewFixedColumns (FALSE/TRUE)
Whether to use fixed column widths in the detailed list view.
* LastDetailsViewVisibleColumns
The comma separated list of visible columns in the detailed list
view. Valid names for the detailed list columns are:
- THUNAR_COLUMN_DATE_ACCESSED
- THUNAR_COLUMN_DATE_MODIFIED
- THUNAR_COLUMN_GROUP
- THUNAR_COLUMN_MIME_TYPE
- THUNAR_COLUMN_NAME
- THUNAR_COLUMN_OWNER
- THUNAR_COLUMN_PERMISSIONS
- THUNAR_COLUMN_SIZE
- THUNAR_COLUMN_TYPE
* LastIconViewZoomLevel (THUNAR_ZOOM_LEVEL_SMALLEST/
THUNAR_ZOOM_LEVEL_SMALLER/
THUNAR_ZOOM_LEVEL_SMALL/
THUNAR_ZOOM_LEVEL_NORMAL/
THUNAR_ZOOM_LEVEL_LARGE/
THUNAR_ZOOM_LEVEL_LARGER/
THUNAR_ZOOM_LEVEL_LARGEST)
The last selected zoom level for the icon view.
* LastLocationBar (ThunarLocationButtons/ThunarLocationEntry/void)
The name of the widget class which should be used for the location bar
in Thunar windows or "void" to hide the location bar completely.
* LastSeparatorPosition (0...)
The position of the gutter in the main window, which separates the
side pane from the main view.
* LastShowHidden (FALSE/TRUE)
Determines whether hidden files should be shown by default in newly
opened Thunar windows.
* LastSidePane (ThunarShortcutsPane/void)
The name of the widget class which should be used for the side pane
in Thunar windows or "void" to hide the side pane completely.
* LastSortColumn (THUNAR_COLUMN_DATE_ACCESSED/
THUNAR_COLUMN_DATE_MODIFIED/
THUNAR_COLUMN_GROUP/
THUNAR_COLUMN_MIME_TYPE/
THUNAR_COLUMN_NAME/
THUNAR_COLUMN_OWNER/
THUNAR_COLUMN_PERMISSIONS/
THUNAR_COLUMN_SIZE/
THUNAR_COLUMN_TYPE)
The default sort column for new views.
* LastSortOrder (GTK_SORT_ASCENDING/GTK_SORT_DESCENDING)
The default sort order for new views.
* LastStatusbarVisible (FALSE/TRUE)
Determines whether to display a statusbar in new windows by
default.
* LastView (ThunarDetailsView/ThunarIconView)
The name of the widget class which should be used for the main view
component in Thunar windows if the DefaultView preference is "void".
* LastWindowHeight (1..4096)
The last known height of a Thunar window, which will be used as
default height for newly created windows.
* LastWindowWidth (1..4096)
The last known width of a Thunar window, which will be used as
default width for newly created windows.
* MiscCaseSensitive (FALSE/TRUE)
Determines whether the sorting should be done in a case-sensitive
manner. The default is FALSE.
* MiscFoldersFirst (FALSE/TRUE)
Determines whether folder should be sorted before files.
* MiscHorizontalWheelNavigates (FALSE/TRUE)
Controls whether the horizontal mouse wheel is used to navigate back
and forth within a Thunar view, or whether it should be used for
horizontal scrolling.
* MiscRecursivePermissions (THUNAR_RECURSIVE_PERMISSIONS_ASK/
THUNAR_RECURSIVE_PERMISSIONS_ALWAYS/
THUNAR_RECURSIVE_PERMISSIONS_NEVER)
Determines whether to apply permissions recursively everytime the
permissions are altered by the user.
* MiscRememberGeometry (FALSE/TRUE)
Whether Thunar should remember the size of windows and apply
that size to new windows. If TRUE the width and height are
saved to LastWindowWidth and LastWindowHeight. If FALSE the
user may specify the start size in LastWindowWith and
LastWindowHeight. This option is enabled by default.
* MiscShowAboutTemplates (FALSE/TRUE)
Whether to display the "About Templates" dialog, when opening the
Templates folder from the Go menu.
* MiscShowThumbnails (FALSE/TRUE)
Whether to generate and display thumbnails for previewable files.
* MiscSingleClick (FALSE/TRUE)
Whether to use single click navigation instead of the default double
click navigation.
* MiscSingleClickTimeout (0...2000)
If MiscSingleClick mode is enabled this is the amount of time in
milliseconds after which the item under the mouse pointer will be
selected automatically. A value of 0 disables the automatic selec-
tion.
* MiscTextBesidesIcons (FALSE/TRUE)
Controls whether the icon view should display the file names beside
the file icons instead of below the file icons.
* ShortcutsIconEmblems (FALSE/TRUE)
Determines whether to display emblems for file icons (if defined) in
the shortcuts side pane.
* ShortcutsIconSize (THUNAR_ICON_SIZE_SMALLEST/
THUNAR_ICON_SIZE_SMALLER/
THUNAR_ICON_SIZE_SMALL/
THUNAR_ICON_SIZE_NORMAL/
THUNAR_ICON_SIZE_LARGE/
THUNAR_ICON_SIZE_LARGER/
THUNAR_ICON_SIZE_LARGEST)
The icon size to use for the icons displayed in the shortcuts side
pane.
* TreeIconEmblems (FALSE/TRUE)
Determines whether to display emblems for file icons (if defined) in
the tree side pane.
* TreeIconSize (THUNAR_ICON_SIZE_SMALLEST/
THUNAR_ICON_SIZE_SMALLER/
THUNAR_ICON_SIZE_SMALL/
THUNAR_ICON_SIZE_NORMAL/
THUNAR_ICON_SIZE_LARGE/
THUNAR_ICON_SIZE_LARGER/
THUNAR_ICON_SIZE_LARGEST)
The icon size to use for the icons displayed in the tree side pane.
Additional information can be found on the Thunar Project Wiki:
http://thunar.xfce.org/pwiki/documentation/advanced_settings
|