123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
- recent=xfce-ui-settings.desktop
- button-title=Uygulamalar
- button-icon=/usr/milis/ayarlar/resim/milislogo.png
- button-single-row=false
- show-button-title=false
- show-button-icon=true
- launcher-show-name=true
- launcher-show-description=true
- launcher-show-tooltip=true
- item-icon-size=2
- hover-switch-category=false
- category-show-name=true
- category-icon-size=1
- load-hierarchy=false
- recent-items-max=10
- favorites-in-recent=true
- display-recent-default=false
- position-search-alternate=false
- position-commands-alternate=false
- position-categories-alternate=true
- stay-on-focus-out=false
- confirm-session-command=true
- menu-width=400
- menu-height=500
- 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-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=true
- command-menueditor=menulibre
- show-command-menueditor=true
- command-profile=mugshot
- show-command-profile=true
- search-actions=5
- [action0]
- name=Man Sayfaları
- pattern=#
- command=exo-open --launch TerminalEmulator man %s
- regex=false
- [action1]
- name=İnternette Ara
- pattern=?
- command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u
- regex=false
- [action2]
- name=Wikipedia
- pattern=!w
- command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
- regex=false
- [action3]
- name=Uçbirimde Çalıştır
- pattern=!
- command=exo-open --launch TerminalEmulator %s
- regex=false
- [action4]
- name=URI aç
- pattern=^(file|http|https):\\/\\/(.*)$
- command=exo-open \\0
- regex=true
|