diff options
-rw-r--r-- | lumina-desktop/defaults/luminaDesktop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf index 34ab4c7e..effc8da4 100644 --- a/lumina-desktop/defaults/luminaDesktop.conf +++ b/lumina-desktop/defaults/luminaDesktop.conf @@ -1,6 +1,6 @@ #This is the configuration file that generates all the default settings files for the Lumina desktop # For any setting that can take a list of values, each vale needs to be seperated by a comma and a space (", ") -# Example: some.setting=item1, item2, item3 +# Example: some_setting=item1, item2, item3 #NOTE: To pre-setup default applications for particular mime-types, you need to create *.desktop entries on # system corresponding to the XDG mime-type specifications for default applications |