summaryrefslogtreecommitdiffstats
path: root/e-17/e17/CONFIGURE
blob: 9b663c247bb3e8478060faca000f872d5b319251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
config_query_option E17_RANDR "Enable RandR configure module?" y  \
                    "--enable-conf-randr" "--disable-conf-randr"  &&

config_query_option E17_ENOTIFY "Enable Enotify module?" y  \
                    "--enable-enotify" "--disable-enotify"  &&

config_query_option E17_IBAR "Enable ibar module?" y  \
                    "--enable-ibar" "--disable-ibar"  &&

config_query_option E17_DROPSHADOW "Enable dropshadow module?" y  \
                    "--enable-dropshadow" "--disable-dropshadow"  &&

config_query_option E17_CLOCK "Enable clock module?" y  \
                    "--enable-clock" "--disable-clock"  &&

config_query_option E17_PAGER "Enable pager module?" y  \
                    "--enable-pager" "--disable-pager"  &&

config_query_option E17_BATTERY "Enable battery module?" y  \
                    "--enable-battery" "--disable-battery"  &&

config_query_option E17_TEMPERATURE "Enable temperature module?" y  \
                    "--enable-temperature" "--disable-temperature"  &&

config_query_option E17_NOTIFICATION "Enable notification module?" y  \
                    "--enable-notification" "--disable-notification"  &&

config_query_option E17_CPUFREQ "Enable cpufreq module?" y  \
                    "--enable-cpufreq" "--disable-cpufreq"  &&

config_query_option E17_IBOX "Enable ibox module?" y  \
                    "--enable-ibox" "--disable-ibox"  &&

config_query_option E17_START "Enable start module?" y  \
                    "--enable-start" "--disable-start"  &&

config_query_option E17_WINLIST "Enable winlist module?" y  \
                    "--enable-winlist" "--disable-winlist"  &&

config_query_option E17_FILEMAN "Enable fileman module?" y  \
                    "--enable-fileman" "--disable-fileman"  &&

config_query_option E17_FILEMANOPINFO "Enable fileman-opinfo module?" y   \
                    "--enable-fileman-opinfo" "--disable-fileman-opinfo"  &&

config_query_option E17_WIZARD "Enable wizard module?" y  \
                    "--enable-wizard" "--disable-wizard"  &&

config_query_option E17_MSGBUS "Enable msgbus module?" y  \
                    "--enable-msgbus" "--disable-msgbus"  &&

config_query_option E17_GADMAN "Enable gadman module?" y  \
                    "--enable-gadman" "--disable-gadman"  &&

config_query_option E17_ILLUME2 "Enable illume2 module?" y  \
                    "--enable-illume2" "--disable-illume2"  &&

config_query_option E17_SYSCON "Enable syscon module?" y  \
                    "--enable-syscon" "--disable-syscon"  &&

config_query_option E17_EVERYTHING "Enable everything module?" y  \
                    "--enable-everything" "--disable-everything"  &&

config_query_option E17_SYSTRAY "Enable systray module?" y  \
                    "--enable-systray" "--disable-systray"  &&

config_query_option E17_COMP "Enable comp module?" y  \
                    "--enable-comp" "--disable-comp"  &&

config_query_option E17_SHOT "Enable shot module?" y  \
                    "--enable-shot" "--disable-shot"  &&

config_query_option E17_BACKLIGHT "Enable backlight module?" y  \
                    "--enable-backlight" "--disable-backlight"  &&

config_query_option E17_TASKS "Enable tasks module?" y  \
                    "--enable-tasks" "--disable-tasks"  &&

config_query_option E17_CONF "Enable conf module?" y  \
                    "--enable-conf" "--disable-conf"  &&

config_query_option E17_WALLPAPER "Enable conf-wallpaper2 module?" y        \
                    "--enable-conf-wallpaper2" "--disable-conf-wallpaper2"  &&

config_query_option E17_THEME "Enable conf-theme module?" y       \
                    "--enable-conf-theme" "--disable-conf-theme"  &&

config_query_option E17_INTL "Enable conf-intl module?" y       \
                    "--enable-conf-intl" "--disable-conf-intl"  &&

config_query_option E17_APPLICATIONS "Enable conf-applications module?" y       \
                    "--enable-conf-applications" "--disable-conf-applications"  &&

config_query_option E17_DISPLAY "Enable conf-display module?" y       \
                    "--enable-conf-display" "--disable-conf-display"  &&

config_query_option E17_SHELVES "Enable conf-shelves module?" y       \
                    "--enable-conf-shelves" "--disable-conf-shelves"  &&

config_query_option E17_KEYBINDINGS "Enable conf-keybindings module?" y       \
                    "--enable-conf-keybindings" "--disable-conf-keybindings"  &&

config_query_option E17_EDGEBINDINGS "Enable conf-edgebindings module?" y       \
                    "--enable-conf-edgebindings" "--disable-conf-edgebindings"  &&

config_query_option E17_WINREMEMBERS "Enable conf-window-remembers module?" y           \
                    "--enable-conf-window-remembers" "--disable-conf-window-remembers"  &&

config_query_option E17_WINMANIPULATION "Enable conf-window-manipulation module?" y           \
                    "--enable-conf-window-manipulation" "--disable-conf-window-manipulation"  &&

config_query_option E17_MENUS "Enable conf-menus module?" y       \
                    "--enable-conf-menus" "--disable-conf-menus"  &&

config_query_option E17_DIALOGS "Enable conf-dialogs module?" y       \
                    "--enable-conf-dialogs" "--disable-conf-dialogs"  &&

config_query_option E17_PERFORMANCE "Enable conf-performance module?" y       \
                    "--enable-conf-performance" "--disable-conf-performance"  &&

config_query_option E17_PATHS "Enable conf-paths module?" y       \
                    "--enable-conf-paths" "--disable-conf-paths"  &&

config_query_option E17_INTERACTION "Enable conf-interaction module?" y       \
                    "--enable-conf-interaction" "--disable-conf-interaction"