2019-12-30 21:35:26 -05:00
|
|
|
option('version', type : 'string', value : 'hg', description : 'The version to use if mercurial cannot be found')
|
2020-01-28 17:05:01 -05:00
|
|
|
option('enable_run', type : 'boolean', value : true, description : 'Whether run mode should be enabled')
|
|
|
|
option('enable_drun', type : 'boolean', value : true, description : 'Whether drun mode should be enabled')
|
|
|
|
option('enable_dmenu', type : 'boolean', value : true, description : 'Whether dmenu mode should be enabled')
|