my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.4 KiB

  1. favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,pidgin.desktop,org.gnome.Software.desktop,exo-terminal-emulator.desktop,xfhelp4.desktop
  2. recent=org.musicbrainz.Picard.desktop,panel-preferences.desktop,xfce-settings-manager.desktop,synaptic.desktop,org.gnome.Software.desktop,whatsapp-for-linux_whatsapp-for-linux.desktop,bitwarden_bitwarden.desktop,exo-file-manager.desktop,gitkraken_gitkraken.desktop,xfce4-settings-editor.desktop
  3. button-title=Applications Menu
  4. button-icon=/home/botch/Pictures/icons/luckyblock.png
  5. button-single-row=false
  6. show-button-title=false
  7. show-button-icon=true
  8. launcher-show-name=true
  9. launcher-show-description=false
  10. launcher-show-tooltip=true
  11. item-icon-size=1
  12. hover-switch-category=false
  13. category-show-name=true
  14. category-icon-size=0
  15. load-hierarchy=true
  16. view-as-icons=false
  17. recent-items-max=10
  18. favorites-in-recent=true
  19. display-recent-default=false
  20. position-search-alternate=true
  21. position-commands-alternate=false
  22. position-categories-alternate=true
  23. stay-on-focus-out=false
  24. confirm-session-command=true
  25. menu-width=375
  26. menu-height=495
  27. menu-opacity=100
  28. command-settings=xfce4-settings-manager
  29. show-command-settings=true
  30. command-lockscreen=xflock4
  31. show-command-lockscreen=true
  32. command-switchuser=dm-tool switch-to-greeter
  33. show-command-switchuser=false
  34. command-logoutuser=xfce4-session-logout --logout --fast
  35. show-command-logoutuser=false
  36. command-restart=xfce4-session-logout --reboot --fast
  37. show-command-restart=false
  38. command-shutdown=xfce4-session-logout --halt --fast
  39. show-command-shutdown=false
  40. command-suspend=xfce4-session-logout --suspend
  41. show-command-suspend=false
  42. command-hibernate=xfce4-session-logout --hibernate
  43. show-command-hibernate=false
  44. command-logout=xfce4-session-logout
  45. show-command-logout=true
  46. command-menueditor=menulibre
  47. show-command-menueditor=true
  48. command-profile=mugshot
  49. show-command-profile=true
  50. search-actions=5
  51. [action0]
  52. name=Man Pages
  53. pattern=#
  54. command=exo-open --launch TerminalEmulator man %s
  55. regex=false
  56. [action1]
  57. name=Wikipedia
  58. pattern=!w
  59. command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
  60. regex=false
  61. [action2]
  62. name=Run in Terminal
  63. pattern=!
  64. command=exo-open --launch TerminalEmulator %s
  65. regex=false
  66. [action3]
  67. name=Open URI
  68. pattern=^(file|http|https):\\/\\/(.*)$
  69. command=exo-open \\0
  70. regex=true
  71. [action4]
  72. name=Search for files
  73. pattern=-
  74. command=catfish --path=~ --start %s
  75. regex=false