|
| 1 | +favorites=chromium.desktop |
| 2 | +recent= |
| 3 | +button-title=Applications |
| 4 | +button-icon=xfce4-whiskermenu |
| 5 | +button-single-row=false |
| 6 | +show-button-title=false |
| 7 | +show-button-icon=true |
| 8 | +launcher-show-name=true |
| 9 | +launcher-show-description=true |
| 10 | +launcher-show-tooltip=true |
| 11 | +item-icon-size=2 |
| 12 | +hover-switch-category=false |
| 13 | +category-show-name=true |
| 14 | +category-icon-size=1 |
| 15 | +load-hierarchy=false |
| 16 | +recent-items-max=0 |
| 17 | +favorites-in-recent=false |
| 18 | +display-recent-default=false |
| 19 | +position-search-alternate=true |
| 20 | +position-commands-alternate=true |
| 21 | +position-categories-alternate=false |
| 22 | +stay-on-focus-out=false |
| 23 | +confirm-session-command=true |
| 24 | +menu-width=400 |
| 25 | +menu-height=500 |
| 26 | +menu-opacity=100 |
| 27 | +command-settings=xfce4-settings-manager |
| 28 | +show-command-settings=true |
| 29 | +command-lockscreen=xflock4 |
| 30 | +show-command-lockscreen=false |
| 31 | +command-switchuser=gdmflexiserver |
| 32 | +show-command-switchuser=false |
| 33 | +command-logoutuser=xfce4-session-logout --logout --fast |
| 34 | +show-command-logoutuser=true |
| 35 | +command-restart=xfce4-session-logout --reboot --fast |
| 36 | +show-command-restart=true |
| 37 | +command-shutdown=xfce4-session-logout --halt --fast |
| 38 | +show-command-shutdown=true |
| 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=false |
| 45 | +command-menueditor=menulibre |
| 46 | +show-command-menueditor=false |
| 47 | +command-profile=mugshot |
| 48 | +show-command-profile=false |
| 49 | +search-actions=5 |
| 50 | + |
| 51 | +[action0] |
| 52 | +name=Man Pages |
| 53 | +pattern=# |
| 54 | +command=exo-open --launch TerminalEmulator man %s |
| 55 | +regex=false |
| 56 | + |
| 57 | +[action1] |
| 58 | +name=Web Search |
| 59 | +pattern=? |
| 60 | +command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u |
| 61 | +regex=false |
| 62 | + |
| 63 | +[action2] |
| 64 | +name=Wikipedia |
| 65 | +pattern=!w |
| 66 | +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u |
| 67 | +regex=false |
| 68 | + |
| 69 | +[action3] |
| 70 | +name=Run in Terminal |
| 71 | +pattern=! |
| 72 | +command=exo-open --launch TerminalEmulator %s |
| 73 | +regex=false |
| 74 | + |
| 75 | +[action4] |
| 76 | +name=Open URI |
| 77 | +pattern=^(file|http|https):\\/\\/(.*)$ |
| 78 | +command=exo-open \\0 |
| 79 | +regex=true |
| 80 | + |
0 commit comments