aboutsummaryrefslogtreecommitdiff
path: root/data/layouts/unity/whiskermenu-1.rc
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@unit193.net>2023-08-14 21:10:11 -0400
committerLibravatar Unit 193 <unit193@unit193.net>2023-08-14 21:10:11 -0400
commit3621df9353ce227756f7f4b15750e2b941be3bc0 (patch)
tree992ac14f01003135e4175c1eca7aefa78d2b75bc /data/layouts/unity/whiskermenu-1.rc
parentf509230223cc5b14d30699655d64bf41dd7e1f6a (diff)
parent72072f740a2f0ff0b3b67c98cf10efb3d29407ac (diff)
downloadxfce4-panel-profiles-3621df9353ce227756f7f4b15750e2b941be3bc0.tar.gz
xfce4-panel-profiles-3621df9353ce227756f7f4b15750e2b941be3bc0.zip
Update upstream source from tag 'upstream/1.0.14'
Update to upstream version '1.0.14' with Debian dir 5134c5179e3744d1aea803acb1b40c3dd05d778b
Diffstat (limited to 'data/layouts/unity/whiskermenu-1.rc')
-rw-r--r--data/layouts/unity/whiskermenu-1.rc88
1 files changed, 88 insertions, 0 deletions
diff --git a/data/layouts/unity/whiskermenu-1.rc b/data/layouts/unity/whiskermenu-1.rc
new file mode 100644
index 0000000..5fd1138
--- /dev/null
+++ b/data/layouts/unity/whiskermenu-1.rc
@@ -0,0 +1,88 @@
+favorites=xfce4-web-browser.desktop,xfce4-mail-reader.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop
+recent=xfce-wm-settings.desktop
+button-icon=org.xfce.panel.whiskermenu
+button-single-row=true
+show-button-title=false
+show-button-icon=true
+launcher-show-name=true
+launcher-show-description=true
+launcher-show-tooltip=true
+launcher-icon-size=4
+hover-switch-category=false
+category-show-name=true
+category-icon-size=1
+sort-categories=true
+view-mode=0
+default-category=0
+recent-items-max=45
+favorites-in-recent=true
+position-search-alternate=true
+position-commands-alternate=true
+position-categories-alternate=false
+position-categories-horizontal=true
+stay-on-focus-out=false
+profile-shape=2
+confirm-session-command=true
+menu-width=1301
+menu-height=743
+menu-opacity=100
+command-settings=xfce4-settings-manager
+show-command-settings=false
+command-lockscreen=xflock4
+show-command-lockscreen=false
+command-switchuser=dm-tool switch-to-greeter
+show-command-switchuser=false
+command-logoutuser=xfce4-session-logout --logout --fast
+show-command-logoutuser=false
+command-restart=xfce4-session-logout --reboot --fast
+show-command-restart=false
+command-shutdown=xfce4-session-logout --halt --fast
+show-command-shutdown=false
+command-suspend=xfce4-session-logout --suspend
+show-command-suspend=false
+command-hibernate=xfce4-session-logout --hibernate
+show-command-hibernate=false
+command-logout=xfce4-session-logout
+show-command-logout=false
+command-menueditor=menulibre
+show-command-menueditor=false
+command-profile=mugshot
+show-command-profile=false
+search-actions=6
+
+[action0]
+name=Man Pages
+pattern=#
+command=exo-open --launch TerminalEmulator man %s
+regex=false
+
+[action1]
+name=Search the Web
+pattern=?
+command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u
+regex=false
+
+[action2]
+name=Search for Files
+pattern=-
+command=catfish --path=~ --start %s
+regex=false
+
+[action3]
+name=Wikipedia
+pattern=!w
+command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
+regex=false
+
+[action4]
+name=Run in Terminal
+pattern=!
+command=exo-open --launch TerminalEmulator %s
+regex=false
+
+[action5]
+name=Open URI
+pattern=^(file|http|https):\\/\\/(.*)$
+command=exo-open \\0
+regex=true
+