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/09/08 07:02] – [Hidden Settings List] alexxcons | xfce:thunar:hidden-settings [2025/11/07 20:01] (current) – [Hidden Settings List] alexxcons | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| | / | | / | ||
| | / | | / | ||
| + | | /smart-sort | bool | If enabled, filenames are split into collatable substrings and e.g. numbers are compared separately in a numeric way instead of comparing them digit-by-digit. If disbaled, plain ASCII is used. Change only takes effect after a thunar restart. **Available since thunar 4.21.3** | | ||
| ==== [1] File Drag Modes ==== | ==== [1] File Drag Modes ==== | ||
| Line 91: | Line 92: | ||
| For most graphical elements of //Thunar// (and all other gtk3 applications) , it is possible to customize them via CSS, as it is done with themes. | For most graphical elements of //Thunar// (and all other gtk3 applications) , it is possible to customize them via CSS, as it is done with themes. | ||
| - | Here an example | + | Here an example (gtk3 based): |
| - Create a file ~/ | - Create a file ~/ | ||
| - Paste following content in this file: | - Paste following content in this file: | ||
| - Save and restart thunar (thunar -q; thunar) | - Save and restart thunar (thunar -q; thunar) | ||
| - | + | /* Row and column Spacing for the icon view cab be adusted since Thunar 1.8.0 */ | |
| - | * { | + | |
| + | | ||
| | | ||
| | | ||
| Line 103: | Line 105: | ||
| - | For thunar // | + | /* The progressbar for devices in the shortcuts pane can be configured starting with Thunar |
| - | - Create a file ~/.gtkrc-2.0 | + | |
| - | | + | /* Changing the progressbar height */ |
| - | | + | .thunar |
| + | |||
| + | /* Changing the color of progressbars */ | ||
| + | .thunar | ||
| + | .thunar | ||
| + | .thunar | ||
| - | style " | + | |
| - | { | + | |
| - | | + | |
| - | | + | |
| - | } | + | |
| - | class " | + | |
| - | + | ||
| Check the [[https:// | Check the [[https:// | ||