mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Added two new modules for displaying backdrops, fixed lib path(again), moved modules to subdirectory, and updated MODULES.md with useful info! ^^
This commit is contained in:
4
rc.c
4
rc.c
@@ -25,6 +25,8 @@ struct prefs_struct prefs;
|
||||
#define RC_FILENAME ".amiwmrc"
|
||||
#endif
|
||||
|
||||
#define AMIWM_MODULES AMIWM_HOME"/modules/"
|
||||
|
||||
FILE *rcfile;
|
||||
int ParseError=0;
|
||||
|
||||
@@ -36,7 +38,7 @@ void read_rc_file(char *filename, int manage_all)
|
||||
prefs.manage_all = manage_all;
|
||||
prefs.sizeborder=Psizeright;
|
||||
prefs.icondir=AMIWM_HOME;
|
||||
prefs.module_path=AMIWM_HOME;
|
||||
prefs.module_path=AMIWM_MODULES;
|
||||
prefs.defaulticon="def_tool.info";
|
||||
prefs.borderwidth=1;
|
||||
prefs.titleclockinterval=1;
|
||||
|
||||
Reference in New Issue
Block a user