From d55cdd5ec05d68509e790bb5a89c947953feb92b Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Tue, 27 Sep 2016 18:00:28 +0900 Subject: [PATCH] Add config file for alias of file destinations --- src/configs.qrc | 1 + src/configs/destinations_alias.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/configs/destinations_alias.json diff --git a/src/configs.qrc b/src/configs.qrc index bae1c5b..c8900af 100644 --- a/src/configs.qrc +++ b/src/configs.qrc @@ -3,5 +3,6 @@ <file>configs/application.json</file> <file>configs/archive_types.json</file> <file>configs/destinations.json</file> + <file>configs/destinations_alias.json</file> </qresource> </RCC> diff --git a/src/configs/destinations_alias.json b/src/configs/destinations_alias.json new file mode 100644 index 0000000..438fb4d --- /dev/null +++ b/src/configs/destinations_alias.json @@ -0,0 +1,17 @@ +{ + "gnome_shell_themes": "themes", + "cinnamon_themes": "themes", + "gtk2_themes": "themes", + "gtk3_themes": "themes", + "metacity_themes": "themes", + "xfwm4_themes": "themes", + "openbox_themes": "themes", + "kvantum_themes": "themes", + "compiz_themes": "emerald_themes", + "beryl_themes": "emerald_themes", + "plasma4_plasmoids": "plasma_plasmoids", + "plasma5_plasmoids": "plasma_plasmoids", + "plasma5_look_and_feel": "plasma_look_and_feel", + "plasma5_desktopthemes": "plasma_desktopthemes", + "plasma_color_schemes": "color_schemes" +} -- GitLab