Skip to content

Instantly share code, notes, and snippets.

@rkeytech
Last active June 27, 2017 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkeytech/a161be581706ccb35c6ba5a1f9b04643 to your computer and use it in GitHub Desktop.
Save rkeytech/a161be581706ccb35c6ba5a1f9b04643 to your computer and use it in GitHub Desktop.
A configuration file for WhiskerMenu
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