Quick Start
Install float-app first, or substitute ./dist/float-app in these examples.
Add a Window
Section titled “Add a Window”Run add without a class to select a visible window with slurp:
float-app addOn the first change, choose the .lua or .conf file under ~/.config/hypr that should include the generated rules. To avoid the prompt, pass it explicitly:
float-app add org.gnome.Calculator --config ~/.config/hypr/hyprland.confUse the focused window instead of the picker, or match its initial class:
float-app add --focusedfloat-app add --initial-classInspect Windows and Rules
Section titled “Inspect Windows and Rules”float-app pickfloat-app detectfloat-app listfloat-app list --jsonpick selects a visible window without changing focus. detect inspects the focused window.
Remove a Rule
Section titled “Remove a Rule”float-app remove org.gnome.Calculatorfloat-app remove org.gnome.Calculator --initial-classChanges rewrite the generated rule file and reload Hyprland.