Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:thunar:hidden-settings [2025/12/10 07:46] – [Hidden Settings List] alexxcons | xfce: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/ | The hidden settings need to be specifically added/ | ||
| - | The quickest way to change | + | The quickest way to change hidden settings is to run a command in the terminal-emulator. |
| xfconf-query --channel thunar --property / | xfconf-query --channel thunar --property / | ||
| - | 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 / | xfconf-query --channel thunar --property / | ||
| - | For additional usage information, | ||
| + | Or to prevent showing the DnD context menu on each drag operation, run the following: | ||
| + | |||
| + | xfconf-query --channel thunar --property / | ||
| + | |||
| + | |||
| + | For additional usage information, | ||
| [[|Back To Top]] | [[|Back To Top]] | ||