File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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.
99100dopath (" 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--
You can’t perform that action at this time.
0 commit comments