From 155a239fcc2ceb079006da800ba2c9a999fdb06b Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 26 Oct 2023 16:47:59 +0400 Subject: Rename Screenshot to ScreenshotScreen --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 15b46a52..6c2ac7a9 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -213,7 +213,7 @@ binds { Mod+Minus { set-column-width "-10%"; } Mod+Equal { set-column-width "+10%"; } - Print { screenshot; } + Print { screenshot-screen; } Alt+Print { screenshot-window; } Mod+Shift+E { quit; } -- cgit