From 4fb565bc7b42683df3dbc7b1617eafaf047258b8 Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Sun, 3 Aug 2014 09:04:53 +0300 Subject: Add an option to show hidden files (Bug 8132) This patch adds an option to toggle the display of hidden files on the desktop. --- common/xfdesktop-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h index 4c8ade64..424d3fce 100644 --- a/common/xfdesktop-common.h +++ b/common/xfdesktop-common.h @@ -56,6 +56,7 @@ #define SINGLE_WORKSPACE_NUMBER "/backdrop/single-workspace-number" #define DESKTOP_ICONS_SHOW_THUMBNAILS "/desktop-icons/show-thumbnails" +#define DESKTOP_ICONS_SHOW_HIDDEN_FILES "/desktop-icons/show-hidden-files" #define DESKTOP_ICONS_SHOW_NETWORK_REMOVABLE "/desktop-icons/file-icons/show-network-removable" #define DESKTOP_ICONS_SHOW_DEVICE_REMOVABLE "/desktop-icons/file-icons/show-device-removable" #define DESKTOP_ICONS_SHOW_UNKNWON_REMOVABLE "/desktop-icons/file-icons/show-unknown-removable" -- cgit v1.2.1