From de6be5e89d12b621ad0a8d31bb3f59e3e9176ce3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 23 Jul 2021 11:31:55 +0200 Subject: [PATCH] i3: just invoke "flameshot gui" to get a screenshot It seems flameshot keeps running in background even if we ask for a raw capture. No point in trying to avoid that. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 516eacd..c8819ba 100644 --- a/config +++ b/config @@ -138,7 +138,7 @@ bindsym $mod+Shift+r restart # Lock screen and print screen bindsym XF86ScreenSaver exec --no-startup-id exec xset s activate bindsym $mod+Delete exec --no-startup-id exec xset s activate -bindsym Print exec --no-startup-id "flameshot gui -r | xclip -selection clipboard -t image/png" +bindsym Print exec --no-startup-id flameshot gui # Quake window bindsym $mod+grave nop "quake-console:$term:QuakeConsoleNeedsUniqueName:0.3"