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