diff options
author | Colomban Wendling <[email protected]> | 2021-03-23 17:47:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:33:51 +0200 |
commit | cae1e23b3d9800b78c14300914dc11730c2cf6b6 (patch) | |
tree | 27b48705e63532bc20e149ca23c83169c8c98c09 /src/file-manager/fm-actions.h | |
parent | 70e891c66cede8fef74004b6c5740466e4d90eb4 (diff) | |
download | caja-cae1e23b3d9800b78c14300914dc11730c2cf6b6.tar.bz2 caja-cae1e23b3d9800b78c14300914dc11730c2cf6b6.tar.xz |
icon view: Add a directory setting to block moving icons
This is mostly useful on the desktop (which is the main user of the
free-placement icon view) to be able to lock the layout and avoid
unintentionally moving icons around. Especially useful for less
computer-literate users.
Diffstat (limited to 'src/file-manager/fm-actions.h')
-rw-r--r-- | src/file-manager/fm-actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file-manager/fm-actions.h b/src/file-manager/fm-actions.h index 5d333168..450dec76 100644 --- a/src/file-manager/fm-actions.h +++ b/src/file-manager/fm-actions.h @@ -101,6 +101,7 @@ #define FM_ACTION_REVERSED_ORDER "Reversed Order" #define FM_ACTION_CLEAN_UP "Clean Up" #define FM_ACTION_KEEP_ALIGNED "Keep Aligned" +#define FM_ACTION_LOCK_ICON_POSITION "Lock Icons Position" #define FM_ACTION_ARRANGE_ITEMS "Arrange Items" #define FM_ACTION_STRETCH "Stretch" #define FM_ACTION_UNSTRETCH "Unstretch" |