You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

80 lines
2.2KB

  1. favorites=firefox-esr.desktop,chromium.desktop,thunderbird.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,libreoffice-impress.desktop,libreoffice-draw.desktop,org.gnome.gThumb.desktop,simple-scan.desktop,xfce4-screenshooter.desktop,xfce-display-settings.desktop
  2. recent=
  3. button-icon=applications-other
  4. button-single-row=false
  5. show-button-title=false
  6. show-button-icon=true
  7. launcher-show-name=true
  8. launcher-show-description=true
  9. launcher-show-tooltip=true
  10. item-icon-size=3
  11. hover-switch-category=false
  12. category-show-name=true
  13. category-icon-size=1
  14. load-hierarchy=false
  15. view-as-icons=false
  16. default-category=0
  17. recent-items-max=10
  18. favorites-in-recent=true
  19. position-search-alternate=false
  20. position-commands-alternate=false
  21. position-categories-alternate=false
  22. stay-on-focus-out=false
  23. confirm-session-command=true
  24. menu-width=600
  25. menu-height=800
  26. menu-opacity=90
  27. command-settings=xfce4-settings-manager
  28. show-command-settings=true
  29. command-lockscreen=xflock4
  30. show-command-lockscreen=true
  31. command-switchuser=dm-tool switch-to-greeter
  32. show-command-switchuser=true
  33. command-logoutuser=xfce4-session-logout --logout --fast
  34. show-command-logoutuser=false
  35. command-restart=xfce4-session-logout --reboot --fast
  36. show-command-restart=false
  37. command-shutdown=xfce4-session-logout --halt --fast
  38. show-command-shutdown=false
  39. command-suspend=xfce4-session-logout --suspend
  40. show-command-suspend=false
  41. command-hibernate=xfce4-session-logout --hibernate
  42. show-command-hibernate=false
  43. command-logout=xfce4-session-logout
  44. show-command-logout=true
  45. command-menueditor=menulibre
  46. show-command-menueditor=true
  47. command-profile=mugshot
  48. show-command-profile=false
  49. search-actions=5
  50. [action0]
  51. name=Handbuchseiten
  52. pattern=#
  53. command=exo-open --launch TerminalEmulator man %s
  54. regex=false
  55. [action1]
  56. name=Internetsuche
  57. pattern=?
  58. command=exo-open --launch WebBrowser https://www.google.de/search?q=%u
  59. regex=false
  60. [action2]
  61. name=Wikipedia
  62. pattern=!w
  63. command=exo-open --launch WebBrowser https://de.wikipedia.org/wiki/%u
  64. regex=false
  65. [action3]
  66. name=Im Terminal ausführen
  67. pattern=!
  68. command=exo-open --launch TerminalEmulator %s
  69. regex=false
  70. [action4]
  71. name=Adresse öffnen
  72. pattern=^(file|http|https):\\/\\/(.*)$
  73. command=exo-open \\0
  74. regex=true