## HOW TO INSTALL live CD and FVWM myExtensions on MX Linux and Arch Linux.

MX FVWM3 live CD (terminal)
minstall-pkexec
click "Installer" icon in home folder.

Arch FVWM3 live CD (terminal)
sudo archinstall (for advanced users)

######
Manually
#########################

Read .fvwm/setup/INSTALL.md

LOOK & FEEL
Make changes with lxappearance.

Logout/login

----
# Screen brightness (add icon in system tray)

1. Edit .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
Check that this line is there:
<property name="show-tray-icon" type="bool" value="true"/>

2. Menu <Quit> (logout and login)

----

ADDITIONAL SETUP

# Rofi search application app.
Copy .fvwm/setup/rofi to .config/

----
# Turn off touchpad (for USB mouse)
# Add the below line in .fvwm/config:
Test (x synclient) Exec synclient TouchpadOff=1

-------------
# BACKGROUND
-------------

FVWM myExtensions is designed for Fvwm3 but also works on Fvwm2 with minor differences. The configs are split into folders and run in the same sequence as the default.

.fvwm/coreEXT (essential configs)
1. 1Functions/
2. 2-3Styles/
3. 4Menus/
4. 5Bindings/
5. 6Decor/
6. MODULES/

AND

.fvwm/extraEXT (additional configs)
1. Functions/
2. Menus/
3. Bindings/
4. Decors/
5. MODULES/
6. Styles/

This structure helps to maintain, debug, and create new functions, decors, and modules.

By rasat (8 Dec 2020)
Last update: 22 Mar 2023

