Skip to content

Commit f924763

Browse files
sebhzraboof
authored andcommitted
Order module loading the same way in cfg_notion and cfg_defaults
1 parent 442e5ac commit f924763

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

etc/cfg_notion.lua

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,12 @@ ioncore.set{
9393
}
9494

9595
-- Load default settings. The file cfg_defaults loads all the files
96-
-- commented out below, except mod_dock. If you do not want to load
96+
-- commented out below, except mod_statusbar. If you do not want to load
9797
-- something, comment out this line, and uncomment the lines corresponding
9898
-- to the modules or configuration files that you want, below.
99+
-- Note that mod_dock and mod_statusbar are mutually exclusive.
99100
dopath("cfg_defaults")
100101

101-
-- Load configuration of the Notion 'core'. Most bindings are here.
102-
--dopath("cfg_notioncore")
103-
104102
-- Load some kludges to make apps behave better.
105103
--dopath("cfg_kludges")
106104

@@ -117,6 +115,11 @@ dopath("cfg_defaults")
117115
--dopath("mod_notionflux")
118116
--dopath("mod_xrandr")
119117

118+
--dopath("net_client_list")
119+
--
120+
-- loads cfg_bindings
121+
--dopath("cfg_notioncore")
122+
120123
--
121124
-- Common customisations
122125
--

0 commit comments

Comments
 (0)