This applications supports you to customize your Hyprland installation. You can overwrite the existing configuration with custom values without editing complex configuration files.
The ML4W Hyprland Settings App utilizes hyprctl. It is a utility for controlling some parts of the compositor from a CLI or a script.
The ML4W Hyprland Settings App requires Flatpak:
# Install Flatpak on your distribution
# https://flatpak.org/setup/
Copy the following command into your terminal.
bash -c "$(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-settings/master/setup.sh)"
After the installation you can start the app from your application launcher or with the command:
flatpak run com.ml4w.hyprlandsettings
You can check and update the app with the following command:
flatpak update com.ml4w.hyprlandsettings
flatpak uninstall com.ml4w.hyprlandsettings
To load your changes after every login into Hyprland and to restore your values, please add the following line to your hyprland.conf
exec = ~/.config/com.ml4w.hyprlandsettings/hyprctl.sh
In the folder ~/.config/com.ml4w.hyprlandsettings, you will find the stored values that you have set with the app.