Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:thunar:hidden-settings [2025/11/07 20:01] – [Hidden Settings List] alexxconsxfce:thunar:hidden-settings [2026/04/11 00:47] (current) – [Hidden Settings List] alexxcons
Line 36: Line 36:
 | /misc-ctrl-scroll-wheel-to-zoom | bool | Whether CTRL + SCROLL-WHEEL to Zoom is enabled. **Available since thunar 4.19.3** | | /misc-ctrl-scroll-wheel-to-zoom | bool | Whether CTRL + SCROLL-WHEEL to Zoom is enabled. **Available since thunar 4.19.3** |
 | /misc-display-launcher-name-as-filename | bool | Whether to show real file names or launcher names for .desktop files **since thunar 4.19.3** | | /misc-display-launcher-name-as-filename | bool | Whether to show real file names or launcher names for .desktop files **since thunar 4.19.3** |
-| /misc-file-drag-mode | enum | Choose between 3 DnD modes for files (see [1] for available options) **since thunar 4.21.3** |+| /misc-file-drag-mode | string | Choose between 3 DnD modes for files (see [1] for available options) **since thunar 4.21.3** |
 | /misc-full-path-in-window-title | bool | Show the full directory path in the window title, instead of only the directory name. **since thunar 4.18.x, replaced by /misc-window-title-style since thunar 4.19.0** | | /misc-full-path-in-window-title | bool | Show the full directory path in the window title, instead of only the directory name. **since thunar 4.18.x, replaced by /misc-window-title-style since thunar 4.19.0** |
-| /misc-window-title-style | enum | Choose between 4 styles for the window title (see [2] for available options) **since thunar 4.19.0** |+| /misc-window-title-style | string | Choose between 4 styles for the window title (see [2] for available options) **since thunar 4.19.0** |
 | /misc-horizontal-wheel-navigates | bool | 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. | | /misc-horizontal-wheel-navigates | bool | 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. |
 | /misc-image-size-in-statusbar | bool | Show the image size in the statusbar when a single image file is selected in the view. This is disabled by default because it causes relatively high I/O when changing the selection quickly. | | /misc-image-size-in-statusbar | bool | Show the image size in the statusbar when a single image file is selected in the view. This is disabled by default because it causes relatively high I/O when changing the selection quickly. |
Line 45: Line 45:
 | /misc-recursive-permissions | str | Whether to apply permissions recursively every time the permissions are altered by the user. THUNAR_TYPE_RECURSIVE_PERMISSIONS, THUNAR_RECURSIVE_PERMISSIONS_ASK | | /misc-recursive-permissions | str | Whether to apply permissions recursively every time the permissions are altered by the user. THUNAR_TYPE_RECURSIVE_PERMISSIONS, THUNAR_RECURSIVE_PERMISSIONS_ASK |
 | /misc-remember-geometry | bool | Whether Thunar should remember the size of windows and apply that size to new windows. If //true// the width and height are saved to ''last-window-width'' and ''last-window-height''. If //false// the user may specify the start size in 'last-window-width'' and 'last-window-height''. This option is enabled by default. | | /misc-remember-geometry | bool | Whether Thunar should remember the size of windows and apply that size to new windows. If //true// the width and height are saved to ''last-window-width'' and ''last-window-height''. If //false// the user may specify the start size in 'last-window-width'' and 'last-window-height''. This option is enabled by default. |
 +| /misc-resolve-links | bool | Whether Thunar should resolve symbolic links when they are opened. **since thunar 4.21.6**|
 | /misc-show-about-templates | bool | Whether to display the "About Templates" dialog, when opening the Templates folder from the Go menu. | | /misc-show-about-templates | bool | Whether to display the "About Templates" dialog, when opening the Templates folder from the Go menu. |
 | /misc-small-toolbar-icons | bool | Use small icons on the toolbar instead of the default toolbar size. | | /misc-small-toolbar-icons | bool | Use small icons on the toolbar instead of the default toolbar size. |
 | /misc-switch-to-new-tab | bool | Whether if new tabs should be directly opened. The default is 'TRUE'. **Available since thunar 4.17.2** | | /misc-switch-to-new-tab | bool | Whether if new tabs should be directly opened. The default is 'TRUE'. **Available since thunar 4.17.2** |
 +| /misc-support-overlay-scrolling | bool | Controls if 'overlay scrolling' should be supported by thunar widgets (a scroll bar will only be shown when mouse-hovering on widgets). When TRUE, the value of the global Gtk property "OverlayScrolling" will be used. **since thunar 4.21.5** |
 | /misc-tab-close-middle-click | bool | Whether to close tabs when the tab label is clicked with the 2nd/middle-mouse-button. | | /misc-tab-close-middle-click | bool | Whether to close tabs when the tab label is clicked with the 2nd/middle-mouse-button. |
 | /misc-tree-lines-in-tree-sidepane | bool | Whether to show tree lines or not in the tree side pane. **since thunar 4.19.3** | | /misc-tree-lines-in-tree-sidepane | bool | Whether to show tree lines or not in the tree side pane. **since thunar 4.19.3** |
Line 58: Line 60:
   * THUNAR_FILE_DRAG_MODE_MENU_ALWAYS (always show the DnD menu, the default)   * THUNAR_FILE_DRAG_MODE_MENU_ALWAYS (always show the DnD menu, the default)
   * THUNAR_FILE_DRAG_MODE_MENU_CONDITIONAL (no menu for left click DnD)   * THUNAR_FILE_DRAG_MODE_MENU_CONDITIONAL (no menu for left click DnD)
-  * THUNAR_FILE_DRAG_MODE_DISABLED (no file DnD at all)+  * THUNAR_FILE_DRAG_MODE_DISABLED (no DnD menu for dragging files at all)
  
 ==== [2] Window Title Styles ==== ==== [2] Window Title Styles ====
Line 73: Line 75:
 The hidden settings need to be specifically added/enabled in the settings channel of Thunar in order to enable, or change their functionality. The hidden settings need to be specifically added/enabled in the settings channel of Thunar in order to enable, or change their functionality.
  
-The quickest way to change hidden settings is to run a command in the terminal-emulator.+The quickest way to change hidden settings is to run a command in the terminal-emulator.
  
   xfconf-query --channel thunar --property /property-name --create --type value-type --set new-value   xfconf-query --channel thunar --property /property-name --create --type value-type --set new-value
  
  
-So to enable the image size in the statusbar, run the following command:+E.g. to enable the image size in the statusbar, run the following command:
  
   xfconf-query --channel thunar --property /misc-image-size-in-statusbar --create --type bool --set true   xfconf-query --channel thunar --property /misc-image-size-in-statusbar --create --type bool --set true
  
-For additional usage information, see the [[xfce:xfconf:xfconf-query|xfconf-query]] reference page.  
  
 +Or to prevent showing the DnD context menu on each drag operation, run the following:
 +
 +  xfconf-query --channel thunar --property /misc-file-drag-mode --create --type string --set THUNAR_FILE_DRAG_MODE_MENU_CONDITIONAL
 +
 +
 +For additional usage information, see the [[xfce:xfconf:xfconf-query|xfconf-query]] reference page. 
  
 [[|Back To Top]] [[|Back To Top]]