Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if(USE_KDSINGLEAPPLICATION)
FetchContent_Declare(
kdsingleApplication
GIT_REPOSITORY https://github.com/KDAB/KDSingleApplication.git
GIT_TAG v1.2.0
GIT_TAG v1.2.1
)
FetchContent_MakeAvailable(kdsingleApplication)
endif()
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- [Usage](#usage)
- [Usage on Windows](#usage-on-windows)
- [Usage on Hyprland / Sway / wlroots](#usage-on-hyprland--sway--wlroots)
- [Usage on minimal X11 window managers](#usage-on-minimal-x11-window-managers)
- [CLI configuration](#cli-configuration)
- [Config file](#config-file)
- [Keyboard Shortcuts](#keyboard-shortcuts)
Expand Down Expand Up @@ -167,6 +168,10 @@ If you require console output, run `flameshot-cli.exe` instead. `flameshot-cli.e

Please [refer to this document](docs/UsageHyprlandSwayWlroots.md) for detailed instructions on how to set up Flameshot on Hyprland, Sway, and wlroots-based Wayland compositors.

### Usage on minimal X11 window managers

On minimal X11 window managers (i3, dwm, xmonad, bspwm, ...), capturing may fail because no portal backend implements the Screenshot interface (errors such as *"Could not locate the org.freedesktop.portal.Desktop service"* or *"Screenshot portal timed out"*). Please [refer to this document](docs/UsageX11MinimalWM.md) for the fix (enabling the legacy X11 capture).

### CLI configuration

You can use the graphical menu to configure Flameshot, but alternatively you can use your terminal or scripts to do so.
Expand Down
Loading
Loading