diff --git a/README.md b/README.md
index 27f3c765af..00884d906e 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@
- [On KDE Plasma desktop](#on-kde-plasma-desktop)
- [On Ubuntu](#on-ubuntu-tested-on-1804-2004-2204)
- [On XFCE 4](#on-xfce-4)
+ - [On Fluxbox](#on-fluxbox)
- [Considerations](#considerations)
- [Installation](#installation)
- [Prebuilt Packages](#prebuilt-packages)
@@ -311,6 +312,16 @@ Now every time you press Prt Sc, it will start the Flameshot GUI inst
Now every time you press Prt Sc it will start Flameshot GUI instead of the default application.
+#### On Fluxbox
+
+1. Edit your `~/.fluxbox/keys` file
+2. Add a new entry. `Print` is the key name, `flameshot gui` is the shell command; for more options see [the fluxbox wiki](https://sillyslux.github.io/fluxbox-wiki/en/wiki/Keyboard-Shortcuts/).
+
+ ```text
+ Print :Exec flameshot gui
+ ````
+3. Refresh Fluxbox configuration with **Reconfigure** option from the menu.
+
## Considerations
- Experimental Gnome Wayland and Plasma Wayland support.