Merge branch 'master' into cleanup/gchar-char

This commit is contained in:
Michael Vetter
2023-05-11 08:45:46 +02:00
committed by GitHub
13 changed files with 112 additions and 91 deletions

View File

@@ -2297,7 +2297,7 @@ _get_default_string(preference_t pref)
case PREF_COLOR_NICK:
return "false";
case PREF_AVATAR_CMD:
return "xdg-open";
return "xdg-open %p";
case PREF_URL_OPEN_CMD:
return "xdg-open %u";
case PREF_VCARD_PHOTO_CMD: