Instantly share code, notes, and snippets.
Last active Jun 27, 2017
A configuration file for WhiskerMenu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
favorites=exo-web-browser.desktop,exo-terminal-emulator.desktop,libreoffice-writer.desktop,xfce4-taskmanager.desktop | |
recent= | |
button-title=Applications Menu | |
button-icon=distributor-logo | |
button-single-row=true | |
show-button-title=false | |
show-button-icon=true | |
launcher-show-name=true | |
launcher-show-description=false | |
item-icon-size=1 | |
hover-switch-category=false | |
category-icon-size=0 | |
load-hierarchy=true | |
recent-items-max=15 | |
favorites-in-recent=true | |
display-recent-default=true | |
position-search-alternate=true | |
position-commands-alternate=true | |
position-categories-alternate=true | |
menu-width=314 | |
menu-height=438 | |
menu-opacity=90 | |
command-settings=xfce4-settings-manager | |
show-command-settings=true | |
command-lockscreen=xflock4 | |
show-command-lockscreen=true | |
command-switchuser=dm-tool switch-to-greeter | |
show-command-switchuser=false | |
command-logout=xfce4-session-logout | |
show-command-logout=true | |
command-menueditor=menulibre | |
show-command-menueditor=false | |
command-profile=mugshot | |
show-command-profile=false | |
search-actions=4 | |
[action0] | |
name=Man Pages | |
pattern=# | |
command=exo-open --launch TerminalEmulator man %s | |
regex=false | |
[action1] | |
name=Wikipedia | |
pattern=!w | |
command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u | |
regex=false | |
[action2] | |
name=Run in Terminal | |
pattern=! | |
command=exo-open --launch TerminalEmulator %s | |
regex=false | |
[action3] | |
name=Open URI | |
pattern=^(file|http|https):\\/\\/(.*)$ | |
command=exo-open \\0 | |
regex=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment