aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/xfce4/panel/whiskermenu-1.rc
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2016-03-30 20:18:09 +0300
committerJani Välimaa <wally@mageia.org>2016-03-30 20:18:09 +0300
commitba00e4418f4970ad268cd40b5dd26c09b4d38a43 (patch)
tree47b0e3b23837249071e9a6972af6d4543d55aaa6 /vanilla/xfce4/panel/whiskermenu-1.rc
parent443498d9ef8f923a6826cd51c5660c16e5455701 (diff)
downloadconfig-ba00e4418f4970ad268cd40b5dd26c09b4d38a43.tar
config-ba00e4418f4970ad268cd40b5dd26c09b4d38a43.tar.gz
config-ba00e4418f4970ad268cd40b5dd26c09b4d38a43.tar.bz2
config-ba00e4418f4970ad268cd40b5dd26c09b4d38a43.tar.xz
config-ba00e4418f4970ad268cd40b5dd26c09b4d38a43.zip
Create data structure for vanilla configs
Diffstat (limited to 'vanilla/xfce4/panel/whiskermenu-1.rc')
-rw-r--r--vanilla/xfce4/panel/whiskermenu-1.rc65
1 files changed, 65 insertions, 0 deletions
diff --git a/vanilla/xfce4/panel/whiskermenu-1.rc b/vanilla/xfce4/panel/whiskermenu-1.rc
new file mode 100644
index 0000000..64cdc4a
--- /dev/null
+++ b/vanilla/xfce4/panel/whiskermenu-1.rc
@@ -0,0 +1,65 @@
+button-title=Mageia
+button-icon=mageia
+show-button-title=true
+show-button-icon=true
+launcher-show-name=true
+launcher-show-description=false
+hover-switch-category=true
+category-icon-size=1
+item-icon-size=1
+load-hierarchy=false
+favorites-in-recent=true
+display-recent-default=false
+position-search-alternate=true
+position-commands-alternate=true
+position-categories-alternate=true
+favorites=mageia-drakconf.desktop,rpmdrake.desktop,exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
+menu-width=400
+menu-height=500
+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=true
+command-logout=xfce4-session-logout
+show-command-logout=true
+command-menueditor=menulibre
+show-command-menueditor=false
+search-actions=6
+
+[action0]
+name=Man Pages
+pattern=#
+command=exo-open --launch TerminalEmulator man %s
+regex=false
+
+[action1]
+name=Wikipedia
+pattern=!w
+command=exo-open --launch WebBrowser http://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
+
+[action4]
+name=Mageia bugzilla bug number
+pattern=!b
+command=exo-open --launch WebBrowser https://bugs.mageia.org/show_bug.cgi?id=%u
+regex=false
+
+[action5]
+name=Mageia bugzilla quicksearch
+pattern=!bb
+command=exo-open --launch WebBrowser https://bugs.mageia.org/buglist.cgi?quicksearch=%u
+regex=false