···11+# 2.1
22+ - `config.toml` supports `application_name` for generated XDG desktop files
33+ - defaults to `{profile_name} (qutebrowser profile)`, you may want just `{profile_name}`
44+ - `qbpm desktop` can be used to replace existing desktop files
55+16# 2.0
27## config
38qbpm now reads configuration options from `$XDG_CONFIG_HOME/qbpm/config.toml`!
···1717# location of the qutebrowser config to inherit from
1818# qutebrowser_config_directory = "~/.config/qutebrowser"
19192020-# when creating a profile also generate an XDG desktop entry that launches the profile
2020+# when creating a profile also generate an XDG desktop file that launches the profile
2121# defaults to true on linux
2222# generate_desktop_file = false
2323# desktop_file_directory = "~/.local/share/applications/qbpm"
2424+2525+# application name in XDG desktop file (replace existing with `qbpm desktop PROFILE_NAME`)
2626+# supported placeholders: {profile_name}
2727+# application_name = "{profile_name} (qutebrowser profile)"
24282529# profile selection menu for `qbpm choose`
2630# when not set, qbpm will try to find a menu program on your $PATH