Command Reference
This page is generated from the same registry that powers float-app help.
float-app pick
Section titled “float-app pick”Click a window and print its Hyprland metadata
float-app pick [options]Uses slurp to select any visible window without changing focus.
Options
| Option | Description |
|---|---|
--json |
Emit JSON |
Examples
float-app pickfloat-app pick --jsonfloat-app detect
Section titled “float-app detect”Print the focused window’s Hyprland metadata
float-app detect [options]Options
| Option | Description |
|---|---|
--json |
Emit JSON |
Examples
float-app detectfloat-app add
Section titled “float-app add”Make an application float by default
float-app add [class] [options]Options
| Option | Description |
|---|---|
--focused |
Use the focused window instead of opening the picker |
--initial-class |
Match initialClass instead of class |
--config <path> |
Hyprland config file that should include float-app rules |
Arguments
| Argument | Description |
|---|---|
<class> |
Exact application class |
Examples
float-app addfloat-app add --focusedfloat-app add org.gnome.Calculatorfloat-app remove
Section titled “float-app remove”Remove an application’s floating rule
float-app remove <class> [options]Options
| Option | Description |
|---|---|
--initial-class |
Remove an initialClass rule instead of a class rule |
--config <path> |
Hyprland config file that should include float-app rules |
Arguments
| Argument | Description |
|---|---|
<class> |
Exact application class |
Examples
float-app remove org.gnome.Calculatorfloat-app list
Section titled “float-app list”List configured floating applications
float-app list [options]Options
| Option | Description |
|---|---|
--json |
Emit JSON |
Examples
float-app listfloat-app completions
Section titled “float-app completions”Generate shell completions
float-app completions [bash|fish|zsh]Arguments
| Argument | Description |
|---|---|
<shell> |
One of: bash, fish, zsh. |
float-app help
Section titled “float-app help”Show float-app help
float-app help [command]Arguments
| Argument | Description |
|---|---|
<command> |