Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
......@@ -471,6 +471,14 @@ To change menu configuration, make changes in **bin/tint2-buttons.sh**
## Window tiling:
In RecBox, window tiling is made by three ways:
* by default all windows are moved to desktop center (set in rc.xml file / lines between 901 to 906)
* manually configured, windows displays in defined desktop place (set in rc.xml file / under 910 line)
* via keybindings, alt / alt+shift / super / super+shift combined with h,j,k,l and ; etc (set in rc.xml)
If you want to change window position on desktop for apps/software remember ta add changes to alternative-rc.xml, daily-rc.xml and studio-rc.xml files as well. To do this easily use Meld, obmenu > Development > Meld.
## Removing/adding pamac-update to system tray:
Open pamac-manager and go to the **Preferences** and disable or enable Check for updates option.
......
......