mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 06:05:46 +01:00
Replace the *.vimp file extension with config specific extensions.
This commit is contained in:
@@ -24,7 +24,7 @@ const Config = Module("config", ConfigBase, {
|
||||
},
|
||||
/*** required options, no checks done if they really exist, so be careful ***/
|
||||
name: "Xulmus",
|
||||
hostApplication: "Songbird",
|
||||
host: "Songbird",
|
||||
|
||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"],
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<!ENTITY dactyl.idName "XULMUS">
|
||||
<!ENTITY dactyl.host "&brandShortName;">
|
||||
<!ENTITY dactyl.hostbin "songbird">
|
||||
<!ENTITY dactyl.fileExt "xulmus">
|
||||
<!ENTITY dactyl.statusBefore "statusbar-display">
|
||||
<!ENTITY dactyl.statusAfter "">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user