mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Importing new tool for configuring preferred applications. Not finished
This commit is contained in:
41
ede-preferred-applications/PredefApps.h
Normal file
41
ede-preferred-applications/PredefApps.h
Normal file
@@ -0,0 +1,41 @@
|
||||
#ifndef __EDE_PREFERRED_APPLICATIONS_PREDEFAPPS_H__
|
||||
#define __EDE_PREFERRED_APPLICATIONS_PREDEFAPPS_H__
|
||||
|
||||
#include "Apps.h"
|
||||
|
||||
static KnownApp app_browsers[] = {
|
||||
KNOWN_APP_START,
|
||||
{"Mozilla Firefox", "firefox"},
|
||||
{"Mozilla Seamonkey", "seamonkey"},
|
||||
{"Google Chrome", "google-chrome"},
|
||||
{"Midori", "midori"},
|
||||
{"Konqueror", "konqueror"},
|
||||
{"Dillo", "dillo"},
|
||||
KNOWN_APP_END
|
||||
};
|
||||
|
||||
static KnownApp app_mails[] = {
|
||||
KNOWN_APP_START,
|
||||
{"Mozilla Thunderbird", "thunderbird"},
|
||||
KNOWN_APP_END
|
||||
};
|
||||
|
||||
static KnownApp app_filemanagers[] = {
|
||||
KNOWN_APP_START,
|
||||
{"Thunar", "thunar"},
|
||||
{"Nautilus", "nautilus"},
|
||||
{"Dolphin", "dolphin"},
|
||||
{"Konqueror", "konqueror"},
|
||||
KNOWN_APP_END
|
||||
};
|
||||
|
||||
static KnownApp app_terminals[] = {
|
||||
KNOWN_APP_START,
|
||||
{"X11 terminal", "xterm"},
|
||||
{"Rxvt", "rxvt"},
|
||||
{"Mrxvt", "mrxvt"},
|
||||
{"Xfce Terminal", "xfterm4"},
|
||||
KNOWN_APP_END
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user