custom.default.yaml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # custom.default.yaml - has the variables with their default value
  2. # Do not edit this file. Copy this file to custom.yaml and then edit there.
  3. variables:
  4. # File manager app that should be launched on Super+E and listed on menu
  5. file_manager_label: "Thunar"
  6. file_manager_exec: "thunar"
  7. # Text editor to be used.
  8. # Text editor #1
  9. text_editor_label: "Leafpad"
  10. text_editor_exec: "leafpad"
  11. # Text editor #2
  12. text_editor_2_label: "Geany"
  13. text_editor_2_exec: "geany"
  14. # Text editor to edit configs. Esp. used by obmenu-generator.
  15. text_editor_to_edit_configs: "geany"
  16. # Terminal app that should be launched with Ctrl+Alt+T and listed on menus
  17. terminal_label: "LXTerminal"
  18. terminal_exec: "lxterminal"
  19. # Command to run anything on the system
  20. run_command: "~/.local/share/openbox-config/runmenu.sh"
  21. # Command to lock your screen. This can depend on your desktop manager that
  22. # you have installed. e.g.
  23. # Slim DM -> "slimlock"
  24. # LXDM -> "lxdm -c USER_SWITCH"
  25. # Lightdm+light-locker -> "light-locker-command -l"
  26. lock_command: "slimlock"
  27. # Uncomment to override the default autostart commands. If you want to add to
  28. # existing default autostart commands, use "autostart_items_add" (see below).
  29. #autostart_items:
  30. # - "tint2"
  31. # - "cbatticon"
  32. # - "wicd-client --tray"
  33. # - "volumeicon"
  34. # - "ksuperkey -e 'Super_L=Control_L|Alt_L|space'"
  35. # Add anything that you want to run at system startup
  36. #autostart_items_add:
  37. # - "conky --daemonize --pause=5"
  38. # Number of workspaces that should be created (switchable with
  39. # Ctrl+Alt+Left/Right or Super+1/2/3...)
  40. workspace_count: "4"
  41. # Web browser apps to use. #1 should be the default one, #2 should be a
  42. # secondary one.
  43. # Web browser #1
  44. webbrowser_label: "Iceweasel"
  45. webbrowser_exec: "iceweasel"
  46. webbrowser_private_label: "Iceweasel (private window)"
  47. webbrowser_private_exec: "iceweasel --private-window"
  48. webbrowser_alternate_label: "Iceweasel (safe mode)"
  49. webbrowser_alternate_exec: "iceweasel --safe-mode"
  50. # Web browser #2
  51. webbrowser_2_label: "Iridium"
  52. webbrowser_2_exec: "iridium"
  53. webbrowser_2_private_label: "Iridium (incognito window)"
  54. webbrowser_2_private_exec: "iridium --incognito"
  55. webbrowser_2_alternate_label: "Iridium (fullscreen)"
  56. webbrowser_2_alternate_exec: "iridium --start-fullscreen"
  57. # Add items to Favorite Apps menu
  58. #favorite_menu_add:
  59. # -
  60. # - "VSCodium Text Editor"
  61. # - "vscodium"
  62. # -
  63. # - "Inkscape"
  64. # - "inkscape"
  65. # Add custom keybindings
  66. #keybindings_add:
  67. # - key: "W-c"
  68. # action: Execute
  69. # command: "lxterminal"
  70. # - key: "W-m"
  71. # action: "ShowMenu"
  72. # menu: "root-menu"
  73. # Clock line 1. Change to "%l:%M %p" for 12-hour format
  74. clock_1_format: "%H:%M"
  75. # Clock line 2. You can set it to something like "%d/%m/%Y" to show date.
  76. clock_2_format: ""
  77. # Clock left click execute command
  78. calendar_1_exec: "gsimplecal"
  79. # Clock right click execute command
  80. calendar_2_exec: "orage"
  81. # Determines if the Show Desktop button (right bottom on tint2) should show an
  82. # icon. If set to false, makes the button nearly invisible, similar to Win
  83. # taskbar.
  84. show_desktop_icon_visible: true
  85. # Overrides the default of what items should be there on quick launch on tint2
  86. #quick_launch_items:
  87. # - "lxterminal.desktop"
  88. # - "thunar.desktop"
  89. # - "icecat.desktop"
  90. # - "tint2conf.desktop"
  91. # Keyboard shortcut for popup terminal. Default: W-u
  92. #popup_terminal_keyboard_shortcut: "W-p"
  93. # The depth of files/dirs to include in the runmenu list.
  94. # The higher the value more time and resources could be utilized. Default: 2
  95. runmenu_files_depth: 2
  96. # Search URL to pass the input to.
  97. # Place a {{q}} where you want your query input to be. For example,
  98. # DuckDuckGo: https://duckduckgo.com/?q={{q}}
  99. # DuckDuckGo HTML: https://html.duckduckgo.com/html/?q={{q}}
  100. # Metager: https://metager.org/meta/meta.ger3?eingabe={{q}}
  101. # Qwant: https://www.qwant.com/?q={{q}}
  102. # Searx: https://search.snopyta.org/search?q={{q}}
  103. # https://searx.be/search?q={{q}}
  104. # Startpage: https://www.startpage.com/sp/search?q={{q}}
  105. runmenu_search_url: "https://metager.org/meta/meta.ger3?eingabe={{q}}"