Update how recbox work authored by Projekt:Root's avatar Projekt:Root
......@@ -27,11 +27,11 @@
* [player-cmus.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#player-cmussh)
**Other:**
* [removing/adding pamac-update to system tray](url)
* [removing/adding network applet to system tray](url)
* [enable/disable touchpad script configuration](url)
* [addind new item to jgmenu](url)
* [changing window tiling](url)
* [removing/adding pamac-update to system tray](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#removingadding-pamac-update-to-system-tray)
* [removing/adding network applet to system tray](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#removingadding-network-applet-to-system-tray)
* [enable/disable touchpad script configuration](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#enabledisable-touchpad-script-configuration)
* [addind new item to jgmenu](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#adding-new-item-to-jgmenu)
* [changing window tiling](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#changing-window-tiling)
# Obmenu
......@@ -267,13 +267,13 @@ This is pretty simple so no worries just open RecBox Center and choose Edit Audi
Scheme for new menu items look like that:
Item name,Execution syntax,Icon name
If you're not sure how to execute software, go to /usr/share/application and edit desktop icon with your favorite text editor. Look for "Exec="
If you're not sure how to execute software, go to `/usr/share/application` and edit desktop icon with your favorite text editor. Look for **Exec=**
Sometimes installed software don't have icon so you need to add it manually.
In that case I usually use "applications-multimedia" but you can choose what you like. Go to /usr/share/icons/Flat-Remix/categories/scalable/ and pick one.
In that case I usually use "applications-multimedia" but you can choose what you like. Go to `/usr/share/icons/Flat-Remix/categories/scalable/` and pick one.
## Changing window tiling:
If you're not happy with default window tiling for one or more programs, or you want to add some go to rc.xml file in ~/.config/openbox and remove/add what you like.
If you're not happy with default window tiling for one or more programs, or you want to add some go to **rc.xml** file in `~/.config/openbox` and remove/add what you like.
Options responsible for displaying windows on desktop are under 877 line. They're covers most of available options, so just mimic them for your setup. Remember to copy new set up with Meld help up to alternative-rc.xml, daily-rc.xml and studio-rc.xml in otherwise all changes will be overwritten by those files when you change Work Flow mode.
\ No newline at end of file
Options responsible for displaying windows on desktop are under 877 line. They're covers most of available options, so just mimic them for your setup. Remember to copy new set up with Meld help up to **alternative-rc.xml**, **daily-rc.xml** and **studio-rc.xml** in otherwise all changes will be overwritten by those files when you change **Work Flow** mode.
\ No newline at end of file