No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

67 líneas
1.5KB

  1. favorites={{ application_default_favorites | map('regex_replace', '(.*)', '\\1.desktop') | join(',') }}
  2. recent=
  3. button-title=Anwendungen
  4. button-icon=applications-other
  5. button-single-row=false
  6. show-button-title=false
  7. show-button-icon=true
  8. launcher-show-name=false
  9. launcher-show-description=true
  10. launcher-show-tooltip=true
  11. item-icon-size=3
  12. hover-switch-category=false
  13. category-icon-size=1
  14. load-hierarchy=false
  15. recent-items-max=10
  16. favorites-in-recent=true
  17. display-recent-default=false
  18. position-search-alternate=false
  19. position-commands-alternate=false
  20. position-categories-alternate=false
  21. menu-width=600
  22. menu-height=800
  23. menu-opacity=90
  24. command-settings=xfce4-settings-manager
  25. show-command-settings=true
  26. command-lockscreen=xflock4
  27. show-command-lockscreen=true
  28. command-switchuser=gdmflexiserver
  29. show-command-switchuser=false
  30. command-logout=xfce4-session-logout
  31. show-command-logout=true
  32. command-menueditor=menulibre
  33. show-command-menueditor=true
  34. command-profile=mugshot
  35. show-command-profile=false
  36. search-actions=5
  37. [action0]
  38. name=Handbuchseiten
  39. pattern=#
  40. command=exo-open --launch TerminalEmulator man %s
  41. regex=false
  42. [action1]
  43. name=Internetsuche
  44. pattern=?
  45. command=exo-open --launch WebBrowser https://www.google.de/search?q=%u
  46. regex=false
  47. [action2]
  48. name=Wikipedia
  49. pattern=!w
  50. command=exo-open --launch WebBrowser https://de.wikipedia.org/wiki/%u
  51. regex=false
  52. [action3]
  53. name=Im Terminal ausführen
  54. pattern=!
  55. command=exo-open --launch TerminalEmulator %s
  56. regex=false
  57. [action4]
  58. name=Adresse öffnen
  59. pattern=^(file|http|https):\\/\\/(.*)$
  60. command=exo-open \\0
  61. regex=true