*** Download the Config ZIP โ
Flex Launcher Config
Flex Launcher is a lightweight, open-source app launcher
designed for Linux HTPCs and gaming setups. It provides
a sleek, console-like interface for launching apps like
Steam, Kodi,
and Heroic Launcher โ all fully
navigable with an Xbox controller. ๐ฅ
In this guide, youโll learn how to install Flex Launcher from source,
set it to auto-start, and customize it with a stylish
neon cyberpunk icon pack for the ultimate living room experience.
Install build dependencies first:
sudo pacman -S sdl2 sdl2_image sdl2_ttf libinih git cmake gcc pkg-config
If you’re on CachyOS, install gaming-optimized packages for better performance:
sudo pacman -S cachyos-gaming-meta
sudo pacman -S cachyos-gaming-applications
Grab the official repo and compile it:
git clone https://github.com/complexlogic/flex-launcher.git ~/flex-launcher
cd ~/flex-launcher
mkdir build && cd build
cmake ..
make -j"$(nproc)"
mv flex-launcher ..
cd ..
rm -rf build
Test-run Flex Launcher – ** Make sure to copy the config file and assests from the zip first **
cd ~/flex-launcher
./flex-launcher
Download the Flex Launcher Config ZIP, extract it, and copy the config.ini plus any custom icons to:
~/flex-launcher
This gives you a polished, console-style layout with a neon cyberpunk theme.
Make Flex Launcher boot up automatically with your desktop environment:
mkdir -p ~/.config/autostart
begin
echo '[Desktop Entry]'
echo 'Type=Application'
echo 'Name=Flex Launcher'
echo "Exec=$HOME/flex-launcher/flex-launcher"
echo "Path=$HOME/flex-launcher"
echo 'X-GNOME-Autostart-enabled=true'
end > ~/.config/autostart/flex-launcher.desktop
chmod +x ~/.config/autostart/flex-launcher.desktop
Reboot to verify:
sudo reboot
Flex Launcher transforms your Linux setup into a sleek, console-style hub, perfect for media PCs and gaming rigs. With easy controller navigation, custom themes, and tight integration with apps like Steam and Heroic Launcher, itโs a must-have for any living room setup.
Pair it with CachyOS for blazing speed, rollback safety, and an optimized gaming experience. ๐ฎ
Credit to Flex Launcher ๐ GitHub: https://github.com/complexlogic/flex-launcher