From 073b52c3e62e5c11528c7a8ad644e4a71edada53 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 30 Oct 2023 20:29:03 +0400 Subject: Implement area selection screenshots --- resources/default-config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 6c2ac7a9..e6c6e69f 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -213,7 +213,8 @@ binds { Mod+Minus { set-column-width "-10%"; } Mod+Equal { set-column-width "+10%"; } - Print { screenshot-screen; } + Print { screenshot; } + Ctrl+Print { screenshot-screen; } Alt+Print { screenshot-window; } Mod+Shift+E { quit; } -- cgit