From 77f93685d03113b49b00ffbb96e1bc304c739485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mu=C5=82a?= Date: Sat, 7 Dec 2024 09:20:12 +0100 Subject: [PATCH] Add Fluxbox configuration snippet --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.