11# 2.0
22## config
3- qbpm now reads configuration options from a ` $XDG_CONFIG_HOME/qbpm/config.toml ` !
3+ qbpm now reads configuration options from ` $XDG_CONFIG_HOME/qbpm/config.toml ` !
44 - to install the default config file:
55 - run ` qbpm config path ` and confirm that it prints out a path
66 - run ` qbpm config default > "$(qbpm config path)" `
77 - supported configuration options:
88 - ` config_py_template ` : control the contents of ` config.py ` in new profiles
99 - ` symlink_autoconfig ` : symlink qutebrowser's ` autoconfig.yml ` in new profiles
1010 - ` profile_directory ` and ` qutebrowser_config_directory `
11- - equivalent ` --profile-dir ` to ` --qutebrowser-config-dir `
11+ - equivalent to ` --profile-dir ` and ` --qutebrowser-config-dir `
1212 - ` generate_desktop_file ` and ` desktop_file_directory `
13- - whether to generate an XDG desktop entry for the profile and where to put it
13+ - whether to generate XDG desktop entries for new profiles and where to put them
1414 - ` menu ` : equivalent to ` --menu ` for ` qbpm choose `
1515 - ` menu_prompt ` : prompt shown in most menus
1616 - see default config file for more detailed documentation
@@ -20,7 +20,7 @@ qbpm now reads configuration options from a `$XDG_CONFIG_HOME/qbpm/config.toml`!
2020 - ` qbpm new --overwrite ` : back up existing config files by moving to e.g. ` config.py.bak `
2121 - ` contrib/qbpm.desktop ` : add ` MimeType ` and ` Keywords ` , fix incorrect formatting of ` Categories `
2222 - allow help text to be slightly wider to avoid awkward line breaks
23- - macOS: fix detection of qutebrowser binary in /Applications
23+ - macOS: fix detection of qutebrowser binary in ` /Applications `
2424
2525# 1.0rc4
2626 - ` choose ` : support ` walker ` , ` tofi ` , and ` wmenu `
0 commit comments