diff options
Diffstat (limited to 'kdesktop/kdesktop.kcfg')
-rw-r--r-- | kdesktop/kdesktop.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index a2f23dfaf..31ac91126 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -56,12 +56,12 @@ <!-- if (!config->readBoolEntry("CopyDesktopLinks", true)) --> </entry> <entry key="AutoLineUpIcons" type="Bool"> - <default>false</default> + <default>true</default> <label>Automatically line up icons</label> <whatsthis>Check this option if you want to see your icons automatically aligned to the grid when you move them.</whatsthis> </entry> <entry key="SortDirectoriesFirst" type="Bool"> - <default>true</default> + <default>false</default> <label>Sort directories first</label> <whatsthis></whatsthis> <!-- krootwm.cc:251 --> |