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/12/10 07:46] – [Hidden Settings List] alexxconsxfce:thunar:hidden-settings [2025/12/10 07:50] (current) – [[1] File Drag Modes] alexxcons
Line 58: Line 58:
   * 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 73:
 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]]