Skip to content

Instantly share code, notes, and snippets.

@weoses
weoses / gist:cb104c99caf0ff1aea7b66ca34c8c2ac
Created March 8, 2024 03:43
Flameshot-wayland-2-screen-patch
diff --git a/src/core/flameshot.cpp b/src/core/flameshot.cpp
index c7eadcad..3be96268 100644
--- a/src/core/flameshot.cpp
+++ b/src/core/flameshot.cpp
@@ -125,7 +125,7 @@ CaptureWidget* Flameshot::gui(const CaptureRequest& req)
m_captureWindow->activateWindow();
m_captureWindow->raise();
#else
- m_captureWindow->showFullScreen();
+ m_captureWindow->show();