|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- favorites={{ application_default_favorites | map('regex_replace', '(.*)', '\\1.desktop') | join(',') }}
- recent=
- button-title=Anwendungen
- button-icon=applications-other
- button-single-row=false
- show-button-title=false
- show-button-icon=true
- launcher-show-name=false
- launcher-show-description=true
- launcher-show-tooltip=true
- item-icon-size=3
- hover-switch-category=false
- category-icon-size=1
- load-hierarchy=false
- recent-items-max=10
- favorites-in-recent=true
- display-recent-default=false
- position-search-alternate=false
- position-commands-alternate=false
- position-categories-alternate=false
- menu-width=600
- menu-height=800
- menu-opacity=90
- command-settings=xfce4-settings-manager
- show-command-settings=true
- command-lockscreen=xflock4
- show-command-lockscreen=true
- command-switchuser=gdmflexiserver
- show-command-switchuser=false
- command-logout=xfce4-session-logout
- show-command-logout=true
- command-menueditor=menulibre
- show-command-menueditor=true
- command-profile=mugshot
- show-command-profile=false
- search-actions=5
-
- [action0]
- name=Handbuchseiten
- pattern=#
- command=exo-open --launch TerminalEmulator man %s
- regex=false
-
- [action1]
- name=Internetsuche
- pattern=?
- command=exo-open --launch WebBrowser https://www.google.de/search?q=%u
- regex=false
-
- [action2]
- name=Wikipedia
- pattern=!w
- command=exo-open --launch WebBrowser https://de.wikipedia.org/wiki/%u
- regex=false
-
- [action3]
- name=Im Terminal ausführen
- pattern=!
- command=exo-open --launch TerminalEmulator %s
- regex=false
-
- [action4]
- name=Adresse öffnen
- pattern=^(file|http|https):\\/\\/(.*)$
- command=exo-open \\0
- regex=true
|