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.

71 líneas
1.6KB

  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. {% if desktop_autologin | bool %}
  27. show-command-lockscreen=false
  28. {% else %}
  29. command-lockscreen=xflock4
  30. show-command-lockscreen=true
  31. {% endif %}
  32. command-switchuser=gdmflexiserver
  33. show-command-switchuser=false
  34. command-logout=xfce4-session-logout
  35. show-command-logout=true
  36. command-menueditor=menulibre
  37. show-command-menueditor=true
  38. command-profile=mugshot
  39. show-command-profile=false
  40. search-actions=5
  41. [action0]
  42. name=Handbuchseiten
  43. pattern=#
  44. command=exo-open --launch TerminalEmulator man %s
  45. regex=false
  46. [action1]
  47. name=Internetsuche
  48. pattern=?
  49. command=exo-open --launch WebBrowser https://www.google.de/search?q=%u
  50. regex=false
  51. [action2]
  52. name=Wikipedia
  53. pattern=!w
  54. command=exo-open --launch WebBrowser https://de.wikipedia.org/wiki/%u
  55. regex=false
  56. [action3]
  57. name=Im Terminal ausführen
  58. pattern=!
  59. command=exo-open --launch TerminalEmulator %s
  60. regex=false
  61. [action4]
  62. name=Adresse öffnen
  63. pattern=^(file|http|https):\\/\\/(.*)$
  64. command=exo-open \\0
  65. regex=true