113222f0d709fb2eb571bd3c9f9689b4618a6f53
[~bandali/configs] / xfce4 / .config / xfce4 / panel / whiskermenu-11.rc
1 favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
2 recent=Thunar.desktop,xfce-session-settings.desktop,android-studio.desktop,android-sdk.desktop,exo-preferred-applications.desktop,xfce4-taskmanager.desktop,firefox.desktop,emacs.desktop
3 button-title=Applications
4 button-icon=distributor-logo-archlinux
5 button-single-row=false
6 show-button-title=false
7 show-button-icon=true
8 launcher-show-name=true
9 launcher-show-description=true
10 item-icon-size=2
11 hover-switch-category=false
12 category-icon-size=1
13 load-hierarchy=false
14 recent-items-max=10
15 favorites-in-recent=true
16 display-recent-default=false
17 position-search-alternate=true
18 position-commands-alternate=false
19 position-categories-alternate=true
20 menu-width=524
21 menu-height=436
22 menu-opacity=100
23 command-settings=xfce4-settings-manager
24 show-command-settings=true
25 command-lockscreen=xflock4
26 show-command-lockscreen=true
27 command-switchuser=gdmflexiserver
28 show-command-switchuser=true
29 command-logout=xfce4-session-logout
30 show-command-logout=true
31 command-menueditor=menulibre
32 show-command-menueditor=true
33 command-profile=mugshot
34 show-command-profile=true
35 search-actions=4
36
37 [action0]
38 name=Man Pages
39 pattern=#
40 command=exo-open --launch TerminalEmulator man %s
41 regex=false
42
43 [action1]
44 name=Wikipedia
45 pattern=!w
46 command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
47 regex=false
48
49 [action2]
50 name=Run in Terminal
51 pattern=!
52 command=exo-open --launch TerminalEmulator %s
53 regex=false
54
55 [action3]
56 name=Open URI
57 pattern=^(file|http|https):\\/\\/(.*)$
58 command=exo-open \\0
59 regex=true
60