From 468449d374b8774fe944122ed615710be95b193b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 19:49:27 +0100 Subject: [PATCH] skel: add whiskermennu config (UI/placement, action shortcuts) --- .../skel/.config/xfce4/panel/whiskermenu-2.rc | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 config/includes.chroot/etc/skel/.config/xfce4/panel/whiskermenu-2.rc diff --git a/config/includes.chroot/etc/skel/.config/xfce4/panel/whiskermenu-2.rc b/config/includes.chroot/etc/skel/.config/xfce4/panel/whiskermenu-2.rc new file mode 100644 index 0000000..9670de7 --- /dev/null +++ b/config/includes.chroot/etc/skel/.config/xfce4/panel/whiskermenu-2.rc @@ -0,0 +1,66 @@ +favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop,pidgin.desktop,catfish.desktop,quodlibet.desktop +button-title=Applications +button-icon=distributor-logo-debian +button-single-row=true +show-button-title=false +show-button-icon=true +launcher-show-name=true +launcher-show-description=true +launcher-show-tooltip=true +item-icon-size=0 +hover-switch-category=false +category-icon-size=0 +load-hierarchy=false +recent-items-max=10 +favorites-in-recent=true +display-recent-default=false +position-search-alternate=true +position-commands-alternate=true +position-categories-alternate=true +menu-width=464 +menu-height=510 +menu-opacity=100 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=gdmflexiserver +show-command-switchuser=false +command-logout=xfce4-session-logout +show-command-logout=true +command-menueditor=menulibre +show-command-menueditor=true +command-profile=users-admin +show-command-profile=false +search-actions=5 + +[action0] +name=Manual pages +pattern=man +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Web search (Duckduckgo) +pattern=? +command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u +regex=false + +[action2] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://wikipedia.org/wiki/%u +regex=false + +[action3] +name=Open location +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + +[action4] +name=Search files +pattern=/ +command=catfish --start / "%u" +regex=false +